1. Packages
  2. Mso Provider
  3. API Docs
  4. SchemaTemplateAnpEpgUsegAttr
mso 1.4.0 published on Monday, Apr 14, 2025 by ciscodevnet

mso.SchemaTemplateAnpEpgUsegAttr

Explore with Pulumi AI

mso logo
mso 1.4.0 published on Monday, Apr 14, 2025 by ciscodevnet

    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:

    AnpName string
    EpgName string
    SchemaId string
    TemplateName string
    UsegType string
    Value string
    Category string
    Description string
    Name string
    Operator string
    SchemaTemplateAnpEpgUsegAttrId string
    UsegSubnet bool
    AnpName string
    EpgName string
    SchemaId string
    TemplateName string
    UsegType string
    Value string
    Category string
    Description string
    Name string
    Operator string
    SchemaTemplateAnpEpgUsegAttrId string
    UsegSubnet bool
    anpName String
    epgName String
    schemaId String
    templateName String
    usegType String
    value String
    category String
    description String
    name String
    operator String
    schemaTemplateAnpEpgUsegAttrId String
    usegSubnet Boolean
    anpName string
    epgName string
    schemaId string
    templateName string
    usegType string
    value string
    category string
    description string
    name string
    operator string
    schemaTemplateAnpEpgUsegAttrId string
    usegSubnet boolean
    anpName String
    epgName String
    schemaId String
    templateName String
    usegType String
    value String
    category String
    description String
    name String
    operator String
    schemaTemplateAnpEpgUsegAttrId String
    usegSubnet 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.
    The following state arguments are supported:
    AnpName string
    Category string
    Description string
    EpgName string
    Name string
    Operator string
    SchemaId string
    SchemaTemplateAnpEpgUsegAttrId string
    TemplateName string
    UsegSubnet bool
    UsegType string
    Value string
    AnpName string
    Category string
    Description string
    EpgName string
    Name string
    Operator string
    SchemaId string
    SchemaTemplateAnpEpgUsegAttrId string
    TemplateName string
    UsegSubnet bool
    UsegType string
    Value string
    anpName String
    category String
    description String
    epgName String
    name String
    operator String
    schemaId String
    schemaTemplateAnpEpgUsegAttrId String
    templateName String
    usegSubnet Boolean
    usegType String
    value String
    anpName string
    category string
    description string
    epgName string
    name string
    operator string
    schemaId string
    schemaTemplateAnpEpgUsegAttrId string
    templateName string
    usegSubnet boolean
    usegType string
    value string
    anpName String
    category String
    description String
    epgName String
    name String
    operator String
    schemaId String
    schemaTemplateAnpEpgUsegAttrId String
    templateName String
    usegSubnet Boolean
    usegType String
    value String

    Package Details

    Repository
    mso ciscodevnet/terraform-provider-mso
    License
    Notes
    This Pulumi package is based on the mso Terraform Provider.
    mso logo
    mso 1.4.0 published on Monday, Apr 14, 2025 by ciscodevnet