mso.SchemaTemplateAnpEpgUsegAttr
Explore with Pulumi AI
Create SchemaTemplateAnpEpgUsegAttr Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SchemaTemplateAnpEpgUsegAttr(name: string, args: SchemaTemplateAnpEpgUsegAttrArgs, opts?: CustomResourceOptions);
@overload
def SchemaTemplateAnpEpgUsegAttr(resource_name: str,
args: SchemaTemplateAnpEpgUsegAttrArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SchemaTemplateAnpEpgUsegAttr(resource_name: str,
opts: Optional[ResourceOptions] = None,
anp_name: Optional[str] = None,
epg_name: Optional[str] = None,
schema_id: Optional[str] = None,
template_name: Optional[str] = None,
useg_type: Optional[str] = None,
value: Optional[str] = None,
category: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
operator: Optional[str] = None,
schema_template_anp_epg_useg_attr_id: Optional[str] = None,
useg_subnet: Optional[bool] = None)
func NewSchemaTemplateAnpEpgUsegAttr(ctx *Context, name string, args SchemaTemplateAnpEpgUsegAttrArgs, opts ...ResourceOption) (*SchemaTemplateAnpEpgUsegAttr, error)
public SchemaTemplateAnpEpgUsegAttr(string name, SchemaTemplateAnpEpgUsegAttrArgs args, CustomResourceOptions? opts = null)
public SchemaTemplateAnpEpgUsegAttr(String name, SchemaTemplateAnpEpgUsegAttrArgs args)
public SchemaTemplateAnpEpgUsegAttr(String name, SchemaTemplateAnpEpgUsegAttrArgs args, CustomResourceOptions options)
type: mso:SchemaTemplateAnpEpgUsegAttr
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 SchemaTemplateAnpEpgUsegAttrArgs
- 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 SchemaTemplateAnpEpgUsegAttrArgs
- 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 SchemaTemplateAnpEpgUsegAttrArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SchemaTemplateAnpEpgUsegAttrArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SchemaTemplateAnpEpgUsegAttrArgs
- 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 schemaTemplateAnpEpgUsegAttrResource = new Mso.SchemaTemplateAnpEpgUsegAttr("schemaTemplateAnpEpgUsegAttrResource", new()
{
AnpName = "string",
EpgName = "string",
SchemaId = "string",
TemplateName = "string",
UsegType = "string",
Value = "string",
Category = "string",
Description = "string",
Name = "string",
Operator = "string",
SchemaTemplateAnpEpgUsegAttrId = "string",
UsegSubnet = false,
});
example, err := mso.NewSchemaTemplateAnpEpgUsegAttr(ctx, "schemaTemplateAnpEpgUsegAttrResource", &mso.SchemaTemplateAnpEpgUsegAttrArgs{
AnpName: pulumi.String("string"),
EpgName: pulumi.String("string"),
SchemaId: pulumi.String("string"),
TemplateName: pulumi.String("string"),
UsegType: pulumi.String("string"),
Value: pulumi.String("string"),
Category: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Operator: pulumi.String("string"),
SchemaTemplateAnpEpgUsegAttrId: pulumi.String("string"),
UsegSubnet: pulumi.Bool(false),
})
var schemaTemplateAnpEpgUsegAttrResource = new SchemaTemplateAnpEpgUsegAttr("schemaTemplateAnpEpgUsegAttrResource", SchemaTemplateAnpEpgUsegAttrArgs.builder()
.anpName("string")
.epgName("string")
.schemaId("string")
.templateName("string")
.usegType("string")
.value("string")
.category("string")
.description("string")
.name("string")
.operator("string")
.schemaTemplateAnpEpgUsegAttrId("string")
.usegSubnet(false)
.build());
schema_template_anp_epg_useg_attr_resource = mso.SchemaTemplateAnpEpgUsegAttr("schemaTemplateAnpEpgUsegAttrResource",
anp_name="string",
epg_name="string",
schema_id="string",
template_name="string",
useg_type="string",
value="string",
category="string",
description="string",
name="string",
operator="string",
schema_template_anp_epg_useg_attr_id="string",
useg_subnet=False)
const schemaTemplateAnpEpgUsegAttrResource = new mso.SchemaTemplateAnpEpgUsegAttr("schemaTemplateAnpEpgUsegAttrResource", {
anpName: "string",
epgName: "string",
schemaId: "string",
templateName: "string",
usegType: "string",
value: "string",
category: "string",
description: "string",
name: "string",
operator: "string",
schemaTemplateAnpEpgUsegAttrId: "string",
usegSubnet: false,
});
type: mso:SchemaTemplateAnpEpgUsegAttr
properties:
anpName: string
category: string
description: string
epgName: string
name: string
operator: string
schemaId: string
schemaTemplateAnpEpgUsegAttrId: string
templateName: string
usegSubnet: false
usegType: string
value: string
SchemaTemplateAnpEpgUsegAttr 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 SchemaTemplateAnpEpgUsegAttr resource accepts the following input properties:
- Anp
Name string - Epg
Name string - Schema
Id string - Template
Name string - Useg
Type string - Value string
- Category string
- Description string
- Name string
- Operator string
- Schema
Template stringAnp Epg Useg Attr Id - Useg
Subnet bool
- Anp
Name string - Epg
Name string - Schema
Id string - Template
Name string - Useg
Type string - Value string
- Category string
- Description string
- Name string
- Operator string
- Schema
Template stringAnp Epg Useg Attr Id - Useg
Subnet bool
- anp
Name String - epg
Name String - schema
Id String - template
Name String - useg
Type String - value String
- category String
- description String
- name String
- operator String
- schema
Template StringAnp Epg Useg Attr Id - useg
Subnet Boolean
- anp
Name string - epg
Name string - schema
Id string - template
Name string - useg
Type string - value string
- category string
- description string
- name string
- operator string
- schema
Template stringAnp Epg Useg Attr Id - useg
Subnet boolean
- anp_
name str - epg_
name str - schema_
id str - template_
name str - useg_
type str - value str
- category str
- description str
- name str
- operator str
- schema_
template_ stranp_ epg_ useg_ attr_ id - useg_
subnet bool
- anp
Name String - epg
Name String - schema
Id String - template
Name String - useg
Type String - value String
- category String
- description String
- name String
- operator String
- schema
Template StringAnp Epg Useg Attr Id - useg
Subnet Boolean
Outputs
All input properties are implicitly available as output properties. Additionally, the SchemaTemplateAnpEpgUsegAttr 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 SchemaTemplateAnpEpgUsegAttr Resource
Get an existing SchemaTemplateAnpEpgUsegAttr 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?: SchemaTemplateAnpEpgUsegAttrState, opts?: CustomResourceOptions): SchemaTemplateAnpEpgUsegAttr
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
anp_name: Optional[str] = None,
category: Optional[str] = None,
description: Optional[str] = None,
epg_name: Optional[str] = None,
name: Optional[str] = None,
operator: Optional[str] = None,
schema_id: Optional[str] = None,
schema_template_anp_epg_useg_attr_id: Optional[str] = None,
template_name: Optional[str] = None,
useg_subnet: Optional[bool] = None,
useg_type: Optional[str] = None,
value: Optional[str] = None) -> SchemaTemplateAnpEpgUsegAttr
func GetSchemaTemplateAnpEpgUsegAttr(ctx *Context, name string, id IDInput, state *SchemaTemplateAnpEpgUsegAttrState, opts ...ResourceOption) (*SchemaTemplateAnpEpgUsegAttr, error)
public static SchemaTemplateAnpEpgUsegAttr Get(string name, Input<string> id, SchemaTemplateAnpEpgUsegAttrState? state, CustomResourceOptions? opts = null)
public static SchemaTemplateAnpEpgUsegAttr get(String name, Output<String> id, SchemaTemplateAnpEpgUsegAttrState state, CustomResourceOptions options)
resources: _: type: mso:SchemaTemplateAnpEpgUsegAttr 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.
- Anp
Name string - Category string
- Description string
- Epg
Name string - Name string
- Operator string
- Schema
Id string - Schema
Template stringAnp Epg Useg Attr Id - Template
Name string - Useg
Subnet bool - Useg
Type string - Value string
- Anp
Name string - Category string
- Description string
- Epg
Name string - Name string
- Operator string
- Schema
Id string - Schema
Template stringAnp Epg Useg Attr Id - Template
Name string - Useg
Subnet bool - Useg
Type string - Value string
- anp
Name String - category String
- description String
- epg
Name String - name String
- operator String
- schema
Id String - schema
Template StringAnp Epg Useg Attr Id - template
Name String - useg
Subnet Boolean - useg
Type String - value String
- anp
Name string - category string
- description string
- epg
Name string - name string
- operator string
- schema
Id string - schema
Template stringAnp Epg Useg Attr Id - template
Name string - useg
Subnet boolean - useg
Type string - value string
- anp_
name str - category str
- description str
- epg_
name str - name str
- operator str
- schema_
id str - schema_
template_ stranp_ epg_ useg_ attr_ id - template_
name str - useg_
subnet bool - useg_
type str - value str
- anp
Name String - category String
- description String
- epg
Name String - name String
- operator String
- schema
Id String - schema
Template StringAnp Epg Useg Attr Id - template
Name String - useg
Subnet Boolean - useg
Type String - value String
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
mso
Terraform Provider.