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:
- AnpName string
- SchemaId string
- TemplateName string
- AccessType string
- BdName string
- BdSchema stringId 
- BdTemplate stringName 
- CustomService stringType 
- DeploymentType string
- Description string
- DisplayName string
- EpgType string
- IntersiteMulticast boolSource 
- IntraEpg string
- Name string
- PreferredGroup bool
- ProxyArp bool
- SchemaTemplate stringAnp Epg Id 
- ServiceType string
- UsegEpg bool
- VrfName string
- VrfSchema stringId 
- VrfTemplate stringName 
- AnpName string
- SchemaId string
- TemplateName string
- AccessType string
- BdName string
- BdSchema stringId 
- BdTemplate stringName 
- CustomService stringType 
- DeploymentType string
- Description string
- DisplayName string
- EpgType string
- IntersiteMulticast boolSource 
- IntraEpg string
- Name string
- PreferredGroup bool
- ProxyArp bool
- SchemaTemplate stringAnp Epg Id 
- ServiceType string
- UsegEpg bool
- VrfName string
- VrfSchema stringId 
- VrfTemplate stringName 
- anpName String
- schemaId String
- templateName String
- accessType String
- bdName String
- bdSchema StringId 
- bdTemplate StringName 
- customService StringType 
- deploymentType String
- description String
- displayName String
- epgType String
- intersiteMulticast BooleanSource 
- intraEpg String
- name String
- preferredGroup Boolean
- proxyArp Boolean
- schemaTemplate StringAnp Epg Id 
- serviceType String
- usegEpg Boolean
- vrfName String
- vrfSchema StringId 
- vrfTemplate StringName 
- anpName string
- schemaId string
- templateName string
- accessType string
- bdName string
- bdSchema stringId 
- bdTemplate stringName 
- customService stringType 
- deploymentType string
- description string
- displayName string
- epgType string
- intersiteMulticast booleanSource 
- intraEpg string
- name string
- preferredGroup boolean
- proxyArp boolean
- schemaTemplate stringAnp Epg Id 
- serviceType string
- usegEpg boolean
- vrfName string
- vrfSchema stringId 
- vrfTemplate 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 
- anpName String
- schemaId String
- templateName String
- accessType String
- bdName String
- bdSchema StringId 
- bdTemplate StringName 
- customService StringType 
- deploymentType String
- description String
- displayName String
- epgType String
- intersiteMulticast BooleanSource 
- intraEpg String
- name String
- preferredGroup Boolean
- proxyArp Boolean
- schemaTemplate StringAnp Epg Id 
- serviceType String
- usegEpg Boolean
- vrfName String
- vrfSchema StringId 
- vrfTemplate 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) -> SchemaTemplateAnpEpgfunc 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.
- AccessType string
- AnpName string
- BdName string
- BdSchema stringId 
- BdTemplate stringName 
- CustomService stringType 
- DeploymentType string
- Description string
- DisplayName string
- EpgType string
- IntersiteMulticast boolSource 
- IntraEpg string
- Name string
- PreferredGroup bool
- ProxyArp bool
- SchemaId string
- SchemaTemplate stringAnp Epg Id 
- ServiceType string
- TemplateName string
- UsegEpg bool
- VrfName string
- VrfSchema stringId 
- VrfTemplate stringName 
- AccessType string
- AnpName string
- BdName string
- BdSchema stringId 
- BdTemplate stringName 
- CustomService stringType 
- DeploymentType string
- Description string
- DisplayName string
- EpgType string
- IntersiteMulticast boolSource 
- IntraEpg string
- Name string
- PreferredGroup bool
- ProxyArp bool
- SchemaId string
- SchemaTemplate stringAnp Epg Id 
- ServiceType string
- TemplateName string
- UsegEpg bool
- VrfName string
- VrfSchema stringId 
- VrfTemplate stringName 
- accessType String
- anpName String
- bdName String
- bdSchema StringId 
- bdTemplate StringName 
- customService StringType 
- deploymentType String
- description String
- displayName String
- epgType String
- intersiteMulticast BooleanSource 
- intraEpg String
- name String
- preferredGroup Boolean
- proxyArp Boolean
- schemaId String
- schemaTemplate StringAnp Epg Id 
- serviceType String
- templateName String
- usegEpg Boolean
- vrfName String
- vrfSchema StringId 
- vrfTemplate StringName 
- accessType string
- anpName string
- bdName string
- bdSchema stringId 
- bdTemplate stringName 
- customService stringType 
- deploymentType string
- description string
- displayName string
- epgType string
- intersiteMulticast booleanSource 
- intraEpg string
- name string
- preferredGroup boolean
- proxyArp boolean
- schemaId string
- schemaTemplate stringAnp Epg Id 
- serviceType string
- templateName string
- usegEpg boolean
- vrfName string
- vrfSchema stringId 
- vrfTemplate 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 
- accessType String
- anpName String
- bdName String
- bdSchema StringId 
- bdTemplate StringName 
- customService StringType 
- deploymentType String
- description String
- displayName String
- epgType String
- intersiteMulticast BooleanSource 
- intraEpg String
- name String
- preferredGroup Boolean
- proxyArp Boolean
- schemaId String
- schemaTemplate StringAnp Epg Id 
- serviceType String
- templateName String
- usegEpg Boolean
- vrfName String
- vrfSchema StringId 
- vrfTemplate StringName 
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the msoTerraform Provider.