mso.SchemaTemplateAnpEpg
Explore with Pulumi AI
Create SchemaTemplateAnpEpg Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SchemaTemplateAnpEpg(name: string, args: SchemaTemplateAnpEpgArgs, opts?: CustomResourceOptions);
@overload
def SchemaTemplateAnpEpg(resource_name: str,
args: SchemaTemplateAnpEpgArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SchemaTemplateAnpEpg(resource_name: str,
opts: Optional[ResourceOptions] = None,
schema_id: Optional[str] = None,
anp_name: Optional[str] = None,
template_name: Optional[str] = None,
custom_service_type: Optional[str] = None,
name: Optional[str] = None,
access_type: Optional[str] = None,
deployment_type: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
epg_type: Optional[str] = None,
intersite_multicast_source: Optional[bool] = None,
intra_epg: Optional[str] = None,
bd_template_name: Optional[str] = None,
preferred_group: Optional[bool] = None,
proxy_arp: Optional[bool] = None,
bd_schema_id: Optional[str] = None,
schema_template_anp_epg_id: Optional[str] = None,
service_type: Optional[str] = None,
bd_name: Optional[str] = None,
useg_epg: Optional[bool] = None,
vrf_name: Optional[str] = None,
vrf_schema_id: Optional[str] = None,
vrf_template_name: Optional[str] = None)
func NewSchemaTemplateAnpEpg(ctx *Context, name string, args SchemaTemplateAnpEpgArgs, opts ...ResourceOption) (*SchemaTemplateAnpEpg, error)
public SchemaTemplateAnpEpg(string name, SchemaTemplateAnpEpgArgs args, CustomResourceOptions? opts = null)
public SchemaTemplateAnpEpg(String name, SchemaTemplateAnpEpgArgs args)
public SchemaTemplateAnpEpg(String name, SchemaTemplateAnpEpgArgs args, CustomResourceOptions options)
type: mso:SchemaTemplateAnpEpg
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 SchemaTemplateAnpEpgArgs
- 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 SchemaTemplateAnpEpgArgs
- 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 SchemaTemplateAnpEpgArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SchemaTemplateAnpEpgArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SchemaTemplateAnpEpgArgs
- 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 schemaTemplateAnpEpgResource = new Mso.SchemaTemplateAnpEpg("schemaTemplateAnpEpgResource", new()
{
SchemaId = "string",
AnpName = "string",
TemplateName = "string",
CustomServiceType = "string",
Name = "string",
AccessType = "string",
DeploymentType = "string",
Description = "string",
DisplayName = "string",
EpgType = "string",
IntersiteMulticastSource = false,
IntraEpg = "string",
BdTemplateName = "string",
PreferredGroup = false,
ProxyArp = false,
BdSchemaId = "string",
SchemaTemplateAnpEpgId = "string",
ServiceType = "string",
BdName = "string",
UsegEpg = false,
VrfName = "string",
VrfSchemaId = "string",
VrfTemplateName = "string",
});
example, err := mso.NewSchemaTemplateAnpEpg(ctx, "schemaTemplateAnpEpgResource", &mso.SchemaTemplateAnpEpgArgs{
SchemaId: pulumi.String("string"),
AnpName: pulumi.String("string"),
TemplateName: pulumi.String("string"),
CustomServiceType: pulumi.String("string"),
Name: pulumi.String("string"),
AccessType: pulumi.String("string"),
DeploymentType: pulumi.String("string"),
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
EpgType: pulumi.String("string"),
IntersiteMulticastSource: pulumi.Bool(false),
IntraEpg: pulumi.String("string"),
BdTemplateName: pulumi.String("string"),
PreferredGroup: pulumi.Bool(false),
ProxyArp: pulumi.Bool(false),
BdSchemaId: pulumi.String("string"),
SchemaTemplateAnpEpgId: pulumi.String("string"),
ServiceType: pulumi.String("string"),
BdName: pulumi.String("string"),
UsegEpg: pulumi.Bool(false),
VrfName: pulumi.String("string"),
VrfSchemaId: pulumi.String("string"),
VrfTemplateName: pulumi.String("string"),
})
var schemaTemplateAnpEpgResource = new SchemaTemplateAnpEpg("schemaTemplateAnpEpgResource", SchemaTemplateAnpEpgArgs.builder()
.schemaId("string")
.anpName("string")
.templateName("string")
.customServiceType("string")
.name("string")
.accessType("string")
.deploymentType("string")
.description("string")
.displayName("string")
.epgType("string")
.intersiteMulticastSource(false)
.intraEpg("string")
.bdTemplateName("string")
.preferredGroup(false)
.proxyArp(false)
.bdSchemaId("string")
.schemaTemplateAnpEpgId("string")
.serviceType("string")
.bdName("string")
.usegEpg(false)
.vrfName("string")
.vrfSchemaId("string")
.vrfTemplateName("string")
.build());
schema_template_anp_epg_resource = mso.SchemaTemplateAnpEpg("schemaTemplateAnpEpgResource",
schema_id="string",
anp_name="string",
template_name="string",
custom_service_type="string",
name="string",
access_type="string",
deployment_type="string",
description="string",
display_name="string",
epg_type="string",
intersite_multicast_source=False,
intra_epg="string",
bd_template_name="string",
preferred_group=False,
proxy_arp=False,
bd_schema_id="string",
schema_template_anp_epg_id="string",
service_type="string",
bd_name="string",
useg_epg=False,
vrf_name="string",
vrf_schema_id="string",
vrf_template_name="string")
const schemaTemplateAnpEpgResource = new mso.SchemaTemplateAnpEpg("schemaTemplateAnpEpgResource", {
schemaId: "string",
anpName: "string",
templateName: "string",
customServiceType: "string",
name: "string",
accessType: "string",
deploymentType: "string",
description: "string",
displayName: "string",
epgType: "string",
intersiteMulticastSource: false,
intraEpg: "string",
bdTemplateName: "string",
preferredGroup: false,
proxyArp: false,
bdSchemaId: "string",
schemaTemplateAnpEpgId: "string",
serviceType: "string",
bdName: "string",
usegEpg: false,
vrfName: "string",
vrfSchemaId: "string",
vrfTemplateName: "string",
});
type: mso:SchemaTemplateAnpEpg
properties:
accessType: string
anpName: string
bdName: string
bdSchemaId: string
bdTemplateName: string
customServiceType: string
deploymentType: string
description: string
displayName: string
epgType: string
intersiteMulticastSource: false
intraEpg: string
name: string
preferredGroup: false
proxyArp: false
schemaId: string
schemaTemplateAnpEpgId: string
serviceType: string
templateName: string
usegEpg: false
vrfName: string
vrfSchemaId: string
vrfTemplateName: string
SchemaTemplateAnpEpg 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 SchemaTemplateAnpEpg resource accepts the following input properties:
- Anp
Name string - Schema
Id string - Template
Name string - Access
Type string - Bd
Name string - Bd
Schema stringId - Bd
Template stringName - Custom
Service stringType - Deployment
Type string - Description string
- Display
Name string - Epg
Type string - Intersite
Multicast boolSource - Intra
Epg string - Name string
- Preferred
Group bool - Proxy
Arp bool - Schema
Template stringAnp Epg Id - Service
Type string - Useg
Epg bool - Vrf
Name string - Vrf
Schema stringId - Vrf
Template stringName
- Anp
Name string - Schema
Id string - Template
Name string - Access
Type string - Bd
Name string - Bd
Schema stringId - Bd
Template stringName - Custom
Service stringType - Deployment
Type string - Description string
- Display
Name string - Epg
Type string - Intersite
Multicast boolSource - Intra
Epg string - Name string
- Preferred
Group bool - Proxy
Arp bool - Schema
Template stringAnp Epg Id - Service
Type string - Useg
Epg bool - Vrf
Name string - Vrf
Schema stringId - Vrf
Template stringName
- anp
Name String - schema
Id String - template
Name String - access
Type String - bd
Name String - bd
Schema StringId - bd
Template StringName - custom
Service StringType - deployment
Type String - description String
- display
Name String - epg
Type String - intersite
Multicast BooleanSource - intra
Epg String - name String
- preferred
Group Boolean - proxy
Arp Boolean - schema
Template StringAnp Epg Id - service
Type String - useg
Epg Boolean - vrf
Name String - vrf
Schema StringId - vrf
Template StringName
- anp
Name string - schema
Id string - template
Name string - access
Type string - bd
Name string - bd
Schema stringId - bd
Template stringName - custom
Service stringType - deployment
Type string - description string
- display
Name string - epg
Type string - intersite
Multicast booleanSource - intra
Epg string - name string
- preferred
Group boolean - proxy
Arp boolean - schema
Template stringAnp Epg Id - service
Type string - useg
Epg boolean - vrf
Name string - vrf
Schema stringId - vrf
Template stringName
- anp_
name str - schema_
id str - template_
name str - access_
type str - bd_
name str - bd_
schema_ strid - bd_
template_ strname - custom_
service_ strtype - deployment_
type str - description str
- display_
name str - epg_
type str - intersite_
multicast_ boolsource - intra_
epg str - name str
- preferred_
group bool - proxy_
arp bool - schema_
template_ stranp_ epg_ id - service_
type str - useg_
epg bool - vrf_
name str - vrf_
schema_ strid - vrf_
template_ strname
- anp
Name String - schema
Id String - template
Name String - access
Type String - bd
Name String - bd
Schema StringId - bd
Template StringName - custom
Service StringType - deployment
Type String - description String
- display
Name String - epg
Type String - intersite
Multicast BooleanSource - intra
Epg String - name String
- preferred
Group Boolean - proxy
Arp Boolean - schema
Template StringAnp Epg Id - service
Type String - useg
Epg Boolean - vrf
Name String - vrf
Schema StringId - vrf
Template StringName
Outputs
All input properties are implicitly available as output properties. Additionally, the SchemaTemplateAnpEpg 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 SchemaTemplateAnpEpg Resource
Get an existing SchemaTemplateAnpEpg 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?: SchemaTemplateAnpEpgState, opts?: CustomResourceOptions): SchemaTemplateAnpEpg
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_type: Optional[str] = None,
anp_name: Optional[str] = None,
bd_name: Optional[str] = None,
bd_schema_id: Optional[str] = None,
bd_template_name: Optional[str] = None,
custom_service_type: Optional[str] = None,
deployment_type: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
epg_type: Optional[str] = None,
intersite_multicast_source: Optional[bool] = None,
intra_epg: Optional[str] = None,
name: Optional[str] = None,
preferred_group: Optional[bool] = None,
proxy_arp: Optional[bool] = None,
schema_id: Optional[str] = None,
schema_template_anp_epg_id: Optional[str] = None,
service_type: Optional[str] = None,
template_name: Optional[str] = None,
useg_epg: Optional[bool] = None,
vrf_name: Optional[str] = None,
vrf_schema_id: Optional[str] = None,
vrf_template_name: Optional[str] = None) -> SchemaTemplateAnpEpg
func GetSchemaTemplateAnpEpg(ctx *Context, name string, id IDInput, state *SchemaTemplateAnpEpgState, opts ...ResourceOption) (*SchemaTemplateAnpEpg, error)
public static SchemaTemplateAnpEpg Get(string name, Input<string> id, SchemaTemplateAnpEpgState? state, CustomResourceOptions? opts = null)
public static SchemaTemplateAnpEpg get(String name, Output<String> id, SchemaTemplateAnpEpgState state, CustomResourceOptions options)
resources: _: type: mso:SchemaTemplateAnpEpg 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.
- Access
Type string - Anp
Name string - Bd
Name string - Bd
Schema stringId - Bd
Template stringName - Custom
Service stringType - Deployment
Type string - Description string
- Display
Name string - Epg
Type string - Intersite
Multicast boolSource - Intra
Epg string - Name string
- Preferred
Group bool - Proxy
Arp bool - Schema
Id string - Schema
Template stringAnp Epg Id - Service
Type string - Template
Name string - Useg
Epg bool - Vrf
Name string - Vrf
Schema stringId - Vrf
Template stringName
- Access
Type string - Anp
Name string - Bd
Name string - Bd
Schema stringId - Bd
Template stringName - Custom
Service stringType - Deployment
Type string - Description string
- Display
Name string - Epg
Type string - Intersite
Multicast boolSource - Intra
Epg string - Name string
- Preferred
Group bool - Proxy
Arp bool - Schema
Id string - Schema
Template stringAnp Epg Id - Service
Type string - Template
Name string - Useg
Epg bool - Vrf
Name string - Vrf
Schema stringId - Vrf
Template stringName
- access
Type String - anp
Name String - bd
Name String - bd
Schema StringId - bd
Template StringName - custom
Service StringType - deployment
Type String - description String
- display
Name String - epg
Type String - intersite
Multicast BooleanSource - intra
Epg String - name String
- preferred
Group Boolean - proxy
Arp Boolean - schema
Id String - schema
Template StringAnp Epg Id - service
Type String - template
Name String - useg
Epg Boolean - vrf
Name String - vrf
Schema StringId - vrf
Template StringName
- access
Type string - anp
Name string - bd
Name string - bd
Schema stringId - bd
Template stringName - custom
Service stringType - deployment
Type string - description string
- display
Name string - epg
Type string - intersite
Multicast booleanSource - intra
Epg string - name string
- preferred
Group boolean - proxy
Arp boolean - schema
Id string - schema
Template stringAnp Epg Id - service
Type string - template
Name string - useg
Epg boolean - vrf
Name string - vrf
Schema stringId - vrf
Template stringName
- access_
type str - anp_
name str - bd_
name str - bd_
schema_ strid - bd_
template_ strname - custom_
service_ strtype - deployment_
type str - description str
- display_
name str - epg_
type str - intersite_
multicast_ boolsource - intra_
epg str - name str
- preferred_
group bool - proxy_
arp bool - schema_
id str - schema_
template_ stranp_ epg_ id - service_
type str - template_
name str - useg_
epg bool - vrf_
name str - vrf_
schema_ strid - vrf_
template_ strname
- access
Type String - anp
Name String - bd
Name String - bd
Schema StringId - bd
Template StringName - custom
Service StringType - deployment
Type String - description String
- display
Name String - epg
Type String - intersite
Multicast BooleanSource - intra
Epg String - name String
- preferred
Group Boolean - proxy
Arp Boolean - schema
Id String - schema
Template StringAnp Epg Id - service
Type String - template
Name String - useg
Epg Boolean - vrf
Name String - vrf
Schema StringId - vrf
Template StringName
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
mso
Terraform Provider.