mso.SchemaSiteVrfRegionCidr
Explore with Pulumi AI
Create SchemaSiteVrfRegionCidr Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SchemaSiteVrfRegionCidr(name: string, args: SchemaSiteVrfRegionCidrArgs, opts?: CustomResourceOptions);@overload
def SchemaSiteVrfRegionCidr(resource_name: str,
                            args: SchemaSiteVrfRegionCidrInitArgs,
                            opts: Optional[ResourceOptions] = None)
@overload
def SchemaSiteVrfRegionCidr(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            ip: Optional[str] = None,
                            primary: Optional[bool] = 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,
                            schema_site_vrf_region_cidr_id: Optional[str] = None)func NewSchemaSiteVrfRegionCidr(ctx *Context, name string, args SchemaSiteVrfRegionCidrArgs, opts ...ResourceOption) (*SchemaSiteVrfRegionCidr, error)public SchemaSiteVrfRegionCidr(string name, SchemaSiteVrfRegionCidrArgs args, CustomResourceOptions? opts = null)
public SchemaSiteVrfRegionCidr(String name, SchemaSiteVrfRegionCidrArgs args)
public SchemaSiteVrfRegionCidr(String name, SchemaSiteVrfRegionCidrArgs args, CustomResourceOptions options)
type: mso:SchemaSiteVrfRegionCidr
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SchemaSiteVrfRegionCidrArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SchemaSiteVrfRegionCidrInitArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SchemaSiteVrfRegionCidrArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SchemaSiteVrfRegionCidrArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SchemaSiteVrfRegionCidrArgs
- 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 schemaSiteVrfRegionCidrResource = new Mso.SchemaSiteVrfRegionCidr("schemaSiteVrfRegionCidrResource", new()
{
    Ip = "string",
    Primary = false,
    RegionName = "string",
    SchemaId = "string",
    SiteId = "string",
    TemplateName = "string",
    VrfName = "string",
    SchemaSiteVrfRegionCidrId = "string",
});
example, err := mso.NewSchemaSiteVrfRegionCidr(ctx, "schemaSiteVrfRegionCidrResource", &mso.SchemaSiteVrfRegionCidrArgs{
	Ip:                        pulumi.String("string"),
	Primary:                   pulumi.Bool(false),
	RegionName:                pulumi.String("string"),
	SchemaId:                  pulumi.String("string"),
	SiteId:                    pulumi.String("string"),
	TemplateName:              pulumi.String("string"),
	VrfName:                   pulumi.String("string"),
	SchemaSiteVrfRegionCidrId: pulumi.String("string"),
})
var schemaSiteVrfRegionCidrResource = new SchemaSiteVrfRegionCidr("schemaSiteVrfRegionCidrResource", SchemaSiteVrfRegionCidrArgs.builder()
    .ip("string")
    .primary(false)
    .regionName("string")
    .schemaId("string")
    .siteId("string")
    .templateName("string")
    .vrfName("string")
    .schemaSiteVrfRegionCidrId("string")
    .build());
schema_site_vrf_region_cidr_resource = mso.SchemaSiteVrfRegionCidr("schemaSiteVrfRegionCidrResource",
    ip="string",
    primary=False,
    region_name="string",
    schema_id="string",
    site_id="string",
    template_name="string",
    vrf_name="string",
    schema_site_vrf_region_cidr_id="string")
const schemaSiteVrfRegionCidrResource = new mso.SchemaSiteVrfRegionCidr("schemaSiteVrfRegionCidrResource", {
    ip: "string",
    primary: false,
    regionName: "string",
    schemaId: "string",
    siteId: "string",
    templateName: "string",
    vrfName: "string",
    schemaSiteVrfRegionCidrId: "string",
});
type: mso:SchemaSiteVrfRegionCidr
properties:
    ip: string
    primary: false
    regionName: string
    schemaId: string
    schemaSiteVrfRegionCidrId: string
    siteId: string
    templateName: string
    vrfName: string
SchemaSiteVrfRegionCidr 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 SchemaSiteVrfRegionCidr resource accepts the following input properties:
- Ip string
- Primary bool
- RegionName string
- SchemaId string
- SiteId string
- TemplateName string
- VrfName string
- SchemaSite stringVrf Region Cidr Id 
- Ip string
- Primary bool
- RegionName string
- SchemaId string
- SiteId string
- TemplateName string
- VrfName string
- SchemaSite stringVrf Region Cidr Id 
- ip String
- primary Boolean
- regionName String
- schemaId String
- siteId String
- templateName String
- vrfName String
- schemaSite StringVrf Region Cidr Id 
- ip string
- primary boolean
- regionName string
- schemaId string
- siteId string
- templateName string
- vrfName string
- schemaSite stringVrf Region Cidr Id 
- ip str
- primary bool
- region_name str
- schema_id str
- site_id str
- template_name str
- vrf_name str
- schema_site_ strvrf_ region_ cidr_ id 
- ip String
- primary Boolean
- regionName String
- schemaId String
- siteId String
- templateName String
- vrfName String
- schemaSite StringVrf Region Cidr Id 
Outputs
All input properties are implicitly available as output properties. Additionally, the SchemaSiteVrfRegionCidr 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 SchemaSiteVrfRegionCidr Resource
Get an existing SchemaSiteVrfRegionCidr 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?: SchemaSiteVrfRegionCidrState, opts?: CustomResourceOptions): SchemaSiteVrfRegionCidr@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        ip: Optional[str] = None,
        primary: Optional[bool] = None,
        region_name: Optional[str] = None,
        schema_id: Optional[str] = None,
        schema_site_vrf_region_cidr_id: Optional[str] = None,
        site_id: Optional[str] = None,
        template_name: Optional[str] = None,
        vrf_name: Optional[str] = None) -> SchemaSiteVrfRegionCidrfunc GetSchemaSiteVrfRegionCidr(ctx *Context, name string, id IDInput, state *SchemaSiteVrfRegionCidrState, opts ...ResourceOption) (*SchemaSiteVrfRegionCidr, error)public static SchemaSiteVrfRegionCidr Get(string name, Input<string> id, SchemaSiteVrfRegionCidrState? state, CustomResourceOptions? opts = null)public static SchemaSiteVrfRegionCidr get(String name, Output<String> id, SchemaSiteVrfRegionCidrState state, CustomResourceOptions options)resources:  _:    type: mso:SchemaSiteVrfRegionCidr    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- Ip string
- Primary bool
- RegionName string
- SchemaId string
- SchemaSite stringVrf Region Cidr Id 
- SiteId string
- TemplateName string
- VrfName string
- Ip string
- Primary bool
- RegionName string
- SchemaId string
- SchemaSite stringVrf Region Cidr Id 
- SiteId string
- TemplateName string
- VrfName string
- ip String
- primary Boolean
- regionName String
- schemaId String
- schemaSite StringVrf Region Cidr Id 
- siteId String
- templateName String
- vrfName String
- ip string
- primary boolean
- regionName string
- schemaId string
- schemaSite stringVrf Region Cidr Id 
- siteId string
- templateName string
- vrfName string
- ip str
- primary bool
- region_name str
- schema_id str
- schema_site_ strvrf_ region_ cidr_ id 
- site_id str
- template_name str
- vrf_name str
- ip String
- primary Boolean
- regionName String
- schemaId String
- schemaSite StringVrf Region Cidr Id 
- siteId String
- templateName String
- vrfName String
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the msoTerraform Provider.