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

mso.SchemaTemplateL3out

Explore with Pulumi AI

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

    Create SchemaTemplateL3out Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SchemaTemplateL3out(name: string, args: SchemaTemplateL3outArgs, opts?: CustomResourceOptions);
    @overload
    def SchemaTemplateL3out(resource_name: str,
                            args: SchemaTemplateL3outArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def SchemaTemplateL3out(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            display_name: Optional[str] = None,
                            l3out_name: Optional[str] = None,
                            schema_id: Optional[str] = None,
                            template_name: Optional[str] = None,
                            vrf_name: Optional[str] = None,
                            description: Optional[str] = None,
                            schema_template_l3out_id: Optional[str] = None,
                            vrf_schema_id: Optional[str] = None,
                            vrf_template_name: Optional[str] = None)
    func NewSchemaTemplateL3out(ctx *Context, name string, args SchemaTemplateL3outArgs, opts ...ResourceOption) (*SchemaTemplateL3out, error)
    public SchemaTemplateL3out(string name, SchemaTemplateL3outArgs args, CustomResourceOptions? opts = null)
    public SchemaTemplateL3out(String name, SchemaTemplateL3outArgs args)
    public SchemaTemplateL3out(String name, SchemaTemplateL3outArgs args, CustomResourceOptions options)
    
    type: mso:SchemaTemplateL3out
    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 SchemaTemplateL3outArgs
    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 SchemaTemplateL3outArgs
    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 SchemaTemplateL3outArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SchemaTemplateL3outArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SchemaTemplateL3outArgs
    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 schemaTemplateL3outResource = new Mso.SchemaTemplateL3out("schemaTemplateL3outResource", new()
    {
        DisplayName = "string",
        L3outName = "string",
        SchemaId = "string",
        TemplateName = "string",
        VrfName = "string",
        Description = "string",
        SchemaTemplateL3outId = "string",
        VrfSchemaId = "string",
        VrfTemplateName = "string",
    });
    
    example, err := mso.NewSchemaTemplateL3out(ctx, "schemaTemplateL3outResource", &mso.SchemaTemplateL3outArgs{
    	DisplayName:           pulumi.String("string"),
    	L3outName:             pulumi.String("string"),
    	SchemaId:              pulumi.String("string"),
    	TemplateName:          pulumi.String("string"),
    	VrfName:               pulumi.String("string"),
    	Description:           pulumi.String("string"),
    	SchemaTemplateL3outId: pulumi.String("string"),
    	VrfSchemaId:           pulumi.String("string"),
    	VrfTemplateName:       pulumi.String("string"),
    })
    
    var schemaTemplateL3outResource = new SchemaTemplateL3out("schemaTemplateL3outResource", SchemaTemplateL3outArgs.builder()
        .displayName("string")
        .l3outName("string")
        .schemaId("string")
        .templateName("string")
        .vrfName("string")
        .description("string")
        .schemaTemplateL3outId("string")
        .vrfSchemaId("string")
        .vrfTemplateName("string")
        .build());
    
    schema_template_l3out_resource = mso.SchemaTemplateL3out("schemaTemplateL3outResource",
        display_name="string",
        l3out_name="string",
        schema_id="string",
        template_name="string",
        vrf_name="string",
        description="string",
        schema_template_l3out_id="string",
        vrf_schema_id="string",
        vrf_template_name="string")
    
    const schemaTemplateL3outResource = new mso.SchemaTemplateL3out("schemaTemplateL3outResource", {
        displayName: "string",
        l3outName: "string",
        schemaId: "string",
        templateName: "string",
        vrfName: "string",
        description: "string",
        schemaTemplateL3outId: "string",
        vrfSchemaId: "string",
        vrfTemplateName: "string",
    });
    
    type: mso:SchemaTemplateL3out
    properties:
        description: string
        displayName: string
        l3outName: string
        schemaId: string
        schemaTemplateL3outId: string
        templateName: string
        vrfName: string
        vrfSchemaId: string
        vrfTemplateName: string
    

    SchemaTemplateL3out 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 SchemaTemplateL3out resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SchemaTemplateL3out 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 SchemaTemplateL3out Resource

    Get an existing SchemaTemplateL3out 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?: SchemaTemplateL3outState, opts?: CustomResourceOptions): SchemaTemplateL3out
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            l3out_name: Optional[str] = None,
            schema_id: Optional[str] = None,
            schema_template_l3out_id: Optional[str] = None,
            template_name: Optional[str] = None,
            vrf_name: Optional[str] = None,
            vrf_schema_id: Optional[str] = None,
            vrf_template_name: Optional[str] = None) -> SchemaTemplateL3out
    func GetSchemaTemplateL3out(ctx *Context, name string, id IDInput, state *SchemaTemplateL3outState, opts ...ResourceOption) (*SchemaTemplateL3out, error)
    public static SchemaTemplateL3out Get(string name, Input<string> id, SchemaTemplateL3outState? state, CustomResourceOptions? opts = null)
    public static SchemaTemplateL3out get(String name, Output<String> id, SchemaTemplateL3outState state, CustomResourceOptions options)
    resources:  _:    type: mso:SchemaTemplateL3out    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:

    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