mso.SchemaSiteVrf
Explore with Pulumi AI
Create SchemaSiteVrf Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SchemaSiteVrf(name: string, args: SchemaSiteVrfArgs, opts?: CustomResourceOptions);
@overload
def SchemaSiteVrf(resource_name: str,
args: SchemaSiteVrfArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SchemaSiteVrf(resource_name: str,
opts: Optional[ResourceOptions] = None,
schema_id: Optional[str] = None,
site_id: Optional[str] = None,
template_name: Optional[str] = None,
vrf_name: Optional[str] = None,
schema_site_vrf_id: Optional[str] = None)
func NewSchemaSiteVrf(ctx *Context, name string, args SchemaSiteVrfArgs, opts ...ResourceOption) (*SchemaSiteVrf, error)
public SchemaSiteVrf(string name, SchemaSiteVrfArgs args, CustomResourceOptions? opts = null)
public SchemaSiteVrf(String name, SchemaSiteVrfArgs args)
public SchemaSiteVrf(String name, SchemaSiteVrfArgs args, CustomResourceOptions options)
type: mso:SchemaSiteVrf
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 SchemaSiteVrfArgs
- 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 SchemaSiteVrfArgs
- 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 SchemaSiteVrfArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SchemaSiteVrfArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SchemaSiteVrfArgs
- 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 schemaSiteVrfResource = new Mso.SchemaSiteVrf("schemaSiteVrfResource", new()
{
SchemaId = "string",
SiteId = "string",
TemplateName = "string",
VrfName = "string",
SchemaSiteVrfId = "string",
});
example, err := mso.NewSchemaSiteVrf(ctx, "schemaSiteVrfResource", &mso.SchemaSiteVrfArgs{
SchemaId: pulumi.String("string"),
SiteId: pulumi.String("string"),
TemplateName: pulumi.String("string"),
VrfName: pulumi.String("string"),
SchemaSiteVrfId: pulumi.String("string"),
})
var schemaSiteVrfResource = new SchemaSiteVrf("schemaSiteVrfResource", SchemaSiteVrfArgs.builder()
.schemaId("string")
.siteId("string")
.templateName("string")
.vrfName("string")
.schemaSiteVrfId("string")
.build());
schema_site_vrf_resource = mso.SchemaSiteVrf("schemaSiteVrfResource",
schema_id="string",
site_id="string",
template_name="string",
vrf_name="string",
schema_site_vrf_id="string")
const schemaSiteVrfResource = new mso.SchemaSiteVrf("schemaSiteVrfResource", {
schemaId: "string",
siteId: "string",
templateName: "string",
vrfName: "string",
schemaSiteVrfId: "string",
});
type: mso:SchemaSiteVrf
properties:
schemaId: string
schemaSiteVrfId: string
siteId: string
templateName: string
vrfName: string
SchemaSiteVrf 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 SchemaSiteVrf resource accepts the following input properties:
- Schema
Id string - Site
Id string - Template
Name string - Vrf
Name string - Schema
Site stringVrf Id
- Schema
Id string - Site
Id string - Template
Name string - Vrf
Name string - Schema
Site stringVrf Id
- schema
Id String - site
Id String - template
Name String - vrf
Name String - schema
Site StringVrf Id
- schema
Id string - site
Id string - template
Name string - vrf
Name string - schema
Site stringVrf Id
- schema_
id str - site_
id str - template_
name str - vrf_
name str - schema_
site_ strvrf_ id
- schema
Id String - site
Id String - template
Name String - vrf
Name String - schema
Site StringVrf Id
Outputs
All input properties are implicitly available as output properties. Additionally, the SchemaSiteVrf 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 SchemaSiteVrf Resource
Get an existing SchemaSiteVrf 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?: SchemaSiteVrfState, opts?: CustomResourceOptions): SchemaSiteVrf
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
schema_id: Optional[str] = None,
schema_site_vrf_id: Optional[str] = None,
site_id: Optional[str] = None,
template_name: Optional[str] = None,
vrf_name: Optional[str] = None) -> SchemaSiteVrf
func GetSchemaSiteVrf(ctx *Context, name string, id IDInput, state *SchemaSiteVrfState, opts ...ResourceOption) (*SchemaSiteVrf, error)
public static SchemaSiteVrf Get(string name, Input<string> id, SchemaSiteVrfState? state, CustomResourceOptions? opts = null)
public static SchemaSiteVrf get(String name, Output<String> id, SchemaSiteVrfState state, CustomResourceOptions options)
resources: _: type: mso:SchemaSiteVrf 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.
- Schema
Id string - Schema
Site stringVrf Id - Site
Id string - Template
Name string - Vrf
Name string
- Schema
Id string - Schema
Site stringVrf Id - Site
Id string - Template
Name string - Vrf
Name string
- schema
Id String - schema
Site StringVrf Id - site
Id String - template
Name String - vrf
Name String
- schema
Id string - schema
Site stringVrf Id - site
Id string - template
Name string - vrf
Name string
- schema_
id str - schema_
site_ strvrf_ id - site_
id str - template_
name str - vrf_
name str
- schema
Id String - schema
Site StringVrf Id - site
Id String - template
Name String - vrf
Name String
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
mso
Terraform Provider.