mso.SchemaSiteVrfRegionCidrSubnet
Explore with Pulumi AI
Create SchemaSiteVrfRegionCidrSubnet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SchemaSiteVrfRegionCidrSubnet(name: string, args: SchemaSiteVrfRegionCidrSubnetArgs, opts?: CustomResourceOptions);
@overload
def SchemaSiteVrfRegionCidrSubnet(resource_name: str,
args: SchemaSiteVrfRegionCidrSubnetInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SchemaSiteVrfRegionCidrSubnet(resource_name: str,
opts: Optional[ResourceOptions] = None,
cidr_ip: Optional[str] = None,
ip: Optional[str] = None,
region_name: Optional[str] = None,
schema_id: Optional[str] = None,
site_id: Optional[str] = None,
template_name: Optional[str] = None,
vrf_name: Optional[str] = None,
name: Optional[str] = None,
schema_site_vrf_region_cidr_subnet_id: Optional[str] = None,
subnet_group: Optional[str] = None,
usage: Optional[str] = None,
zone: Optional[str] = None)
func NewSchemaSiteVrfRegionCidrSubnet(ctx *Context, name string, args SchemaSiteVrfRegionCidrSubnetArgs, opts ...ResourceOption) (*SchemaSiteVrfRegionCidrSubnet, error)
public SchemaSiteVrfRegionCidrSubnet(string name, SchemaSiteVrfRegionCidrSubnetArgs args, CustomResourceOptions? opts = null)
public SchemaSiteVrfRegionCidrSubnet(String name, SchemaSiteVrfRegionCidrSubnetArgs args)
public SchemaSiteVrfRegionCidrSubnet(String name, SchemaSiteVrfRegionCidrSubnetArgs args, CustomResourceOptions options)
type: mso:SchemaSiteVrfRegionCidrSubnet
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SchemaSiteVrfRegionCidrSubnetArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. SchemaSiteVrfRegionCidrSubnetInitArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SchemaSiteVrfRegionCidrSubnetArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SchemaSiteVrfRegionCidrSubnetArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. SchemaSiteVrfRegionCidrSubnetArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var schemaSiteVrfRegionCidrSubnetResource = new Mso.SchemaSiteVrfRegionCidrSubnet("schemaSiteVrfRegionCidrSubnetResource", new()
{
CidrIp = "string",
Ip = "string",
RegionName = "string",
SchemaId = "string",
SiteId = "string",
TemplateName = "string",
VrfName = "string",
Name = "string",
SchemaSiteVrfRegionCidrSubnetId = "string",
SubnetGroup = "string",
Usage = "string",
Zone = "string",
});
example, err := mso.NewSchemaSiteVrfRegionCidrSubnet(ctx, "schemaSiteVrfRegionCidrSubnetResource", &mso.SchemaSiteVrfRegionCidrSubnetArgs{
CidrIp: pulumi.String("string"),
Ip: pulumi.String("string"),
RegionName: pulumi.String("string"),
SchemaId: pulumi.String("string"),
SiteId: pulumi.String("string"),
TemplateName: pulumi.String("string"),
VrfName: pulumi.String("string"),
Name: pulumi.String("string"),
SchemaSiteVrfRegionCidrSubnetId: pulumi.String("string"),
SubnetGroup: pulumi.String("string"),
Usage: pulumi.String("string"),
Zone: pulumi.String("string"),
})
var schemaSiteVrfRegionCidrSubnetResource = new SchemaSiteVrfRegionCidrSubnet("schemaSiteVrfRegionCidrSubnetResource", SchemaSiteVrfRegionCidrSubnetArgs.builder()
.cidrIp("string")
.ip("string")
.regionName("string")
.schemaId("string")
.siteId("string")
.templateName("string")
.vrfName("string")
.name("string")
.schemaSiteVrfRegionCidrSubnetId("string")
.subnetGroup("string")
.usage("string")
.zone("string")
.build());
schema_site_vrf_region_cidr_subnet_resource = mso.SchemaSiteVrfRegionCidrSubnet("schemaSiteVrfRegionCidrSubnetResource",
cidr_ip="string",
ip="string",
region_name="string",
schema_id="string",
site_id="string",
template_name="string",
vrf_name="string",
name="string",
schema_site_vrf_region_cidr_subnet_id="string",
subnet_group="string",
usage="string",
zone="string")
const schemaSiteVrfRegionCidrSubnetResource = new mso.SchemaSiteVrfRegionCidrSubnet("schemaSiteVrfRegionCidrSubnetResource", {
cidrIp: "string",
ip: "string",
regionName: "string",
schemaId: "string",
siteId: "string",
templateName: "string",
vrfName: "string",
name: "string",
schemaSiteVrfRegionCidrSubnetId: "string",
subnetGroup: "string",
usage: "string",
zone: "string",
});
type: mso:SchemaSiteVrfRegionCidrSubnet
properties:
cidrIp: string
ip: string
name: string
regionName: string
schemaId: string
schemaSiteVrfRegionCidrSubnetId: string
siteId: string
subnetGroup: string
templateName: string
usage: string
vrfName: string
zone: string
SchemaSiteVrfRegionCidrSubnet Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SchemaSiteVrfRegionCidrSubnet resource accepts the following input properties:
- Cidr
Ip This property is required. string - Ip
This property is required. string - Region
Name This property is required. string - Schema
Id This property is required. string - Site
Id This property is required. string - Template
Name This property is required. string - Vrf
Name This property is required. string - Name string
- Schema
Site stringVrf Region Cidr Subnet Id - Subnet
Group string - Usage string
- Zone string
- Cidr
Ip This property is required. string - Ip
This property is required. string - Region
Name This property is required. string - Schema
Id This property is required. string - Site
Id This property is required. string - Template
Name This property is required. string - Vrf
Name This property is required. string - Name string
- Schema
Site stringVrf Region Cidr Subnet Id - Subnet
Group string - Usage string
- Zone string
- cidr
Ip This property is required. String - ip
This property is required. String - region
Name This property is required. String - schema
Id This property is required. String - site
Id This property is required. String - template
Name This property is required. String - vrf
Name This property is required. String - name String
- schema
Site StringVrf Region Cidr Subnet Id - subnet
Group String - usage String
- zone String
- cidr
Ip This property is required. string - ip
This property is required. string - region
Name This property is required. string - schema
Id This property is required. string - site
Id This property is required. string - template
Name This property is required. string - vrf
Name This property is required. string - name string
- schema
Site stringVrf Region Cidr Subnet Id - subnet
Group string - usage string
- zone string
- cidr_
ip This property is required. str - ip
This property is required. str - region_
name This property is required. str - schema_
id This property is required. str - site_
id This property is required. str - template_
name This property is required. str - vrf_
name This property is required. str - name str
- schema_
site_ strvrf_ region_ cidr_ subnet_ id - subnet_
group str - usage str
- zone str
- cidr
Ip This property is required. String - ip
This property is required. String - region
Name This property is required. String - schema
Id This property is required. String - site
Id This property is required. String - template
Name This property is required. String - vrf
Name This property is required. String - name String
- schema
Site StringVrf Region Cidr Subnet Id - subnet
Group String - usage String
- zone String
Outputs
All input properties are implicitly available as output properties. Additionally, the SchemaSiteVrfRegionCidrSubnet resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SchemaSiteVrfRegionCidrSubnet Resource
Get an existing SchemaSiteVrfRegionCidrSubnet resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SchemaSiteVrfRegionCidrSubnetState, opts?: CustomResourceOptions): SchemaSiteVrfRegionCidrSubnet
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cidr_ip: Optional[str] = None,
ip: Optional[str] = None,
name: Optional[str] = None,
region_name: Optional[str] = None,
schema_id: Optional[str] = None,
schema_site_vrf_region_cidr_subnet_id: Optional[str] = None,
site_id: Optional[str] = None,
subnet_group: Optional[str] = None,
template_name: Optional[str] = None,
usage: Optional[str] = None,
vrf_name: Optional[str] = None,
zone: Optional[str] = None) -> SchemaSiteVrfRegionCidrSubnet
func GetSchemaSiteVrfRegionCidrSubnet(ctx *Context, name string, id IDInput, state *SchemaSiteVrfRegionCidrSubnetState, opts ...ResourceOption) (*SchemaSiteVrfRegionCidrSubnet, error)
public static SchemaSiteVrfRegionCidrSubnet Get(string name, Input<string> id, SchemaSiteVrfRegionCidrSubnetState? state, CustomResourceOptions? opts = null)
public static SchemaSiteVrfRegionCidrSubnet get(String name, Output<String> id, SchemaSiteVrfRegionCidrSubnetState state, CustomResourceOptions options)
resources: _: type: mso:SchemaSiteVrfRegionCidrSubnet get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Cidr
Ip string - Ip string
- Name string
- Region
Name string - Schema
Id string - Schema
Site stringVrf Region Cidr Subnet Id - Site
Id string - Subnet
Group string - Template
Name string - Usage string
- Vrf
Name string - Zone string
- Cidr
Ip string - Ip string
- Name string
- Region
Name string - Schema
Id string - Schema
Site stringVrf Region Cidr Subnet Id - Site
Id string - Subnet
Group string - Template
Name string - Usage string
- Vrf
Name string - Zone string
- cidr
Ip String - ip String
- name String
- region
Name String - schema
Id String - schema
Site StringVrf Region Cidr Subnet Id - site
Id String - subnet
Group String - template
Name String - usage String
- vrf
Name String - zone String
- cidr
Ip string - ip string
- name string
- region
Name string - schema
Id string - schema
Site stringVrf Region Cidr Subnet Id - site
Id string - subnet
Group string - template
Name string - usage string
- vrf
Name string - zone string
- cidr_
ip str - ip str
- name str
- region_
name str - schema_
id str - schema_
site_ strvrf_ region_ cidr_ subnet_ id - site_
id str - subnet_
group str - template_
name str - usage str
- vrf_
name str - zone str
- cidr
Ip String - ip String
- name String
- region
Name String - schema
Id String - schema
Site StringVrf Region Cidr Subnet Id - site
Id String - subnet
Group String - template
Name String - usage String
- vrf
Name String - zone String
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
mso
Terraform Provider.