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

mso.SchemaSiteBdL3out

Explore with Pulumi AI

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

    Create SchemaSiteBdL3out Resource

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

    Constructor syntax

    new SchemaSiteBdL3out(name: string, args: SchemaSiteBdL3outArgs, opts?: CustomResourceOptions);
    @overload
    def SchemaSiteBdL3out(resource_name: str,
                          args: SchemaSiteBdL3outArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def SchemaSiteBdL3out(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          bd_name: Optional[str] = None,
                          l3out_name: Optional[str] = None,
                          schema_id: Optional[str] = None,
                          site_id: Optional[str] = None,
                          template_name: Optional[str] = None,
                          schema_site_bd_l3out_id: Optional[str] = None)
    func NewSchemaSiteBdL3out(ctx *Context, name string, args SchemaSiteBdL3outArgs, opts ...ResourceOption) (*SchemaSiteBdL3out, error)
    public SchemaSiteBdL3out(string name, SchemaSiteBdL3outArgs args, CustomResourceOptions? opts = null)
    public SchemaSiteBdL3out(String name, SchemaSiteBdL3outArgs args)
    public SchemaSiteBdL3out(String name, SchemaSiteBdL3outArgs args, CustomResourceOptions options)
    
    type: mso:SchemaSiteBdL3out
    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 SchemaSiteBdL3outArgs
    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 SchemaSiteBdL3outArgs
    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 SchemaSiteBdL3outArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SchemaSiteBdL3outArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SchemaSiteBdL3outArgs
    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 schemaSiteBdL3outResource = new Mso.SchemaSiteBdL3out("schemaSiteBdL3outResource", new()
    {
        BdName = "string",
        L3outName = "string",
        SchemaId = "string",
        SiteId = "string",
        TemplateName = "string",
        SchemaSiteBdL3outId = "string",
    });
    
    example, err := mso.NewSchemaSiteBdL3out(ctx, "schemaSiteBdL3outResource", &mso.SchemaSiteBdL3outArgs{
    	BdName:              pulumi.String("string"),
    	L3outName:           pulumi.String("string"),
    	SchemaId:            pulumi.String("string"),
    	SiteId:              pulumi.String("string"),
    	TemplateName:        pulumi.String("string"),
    	SchemaSiteBdL3outId: pulumi.String("string"),
    })
    
    var schemaSiteBdL3outResource = new SchemaSiteBdL3out("schemaSiteBdL3outResource", SchemaSiteBdL3outArgs.builder()
        .bdName("string")
        .l3outName("string")
        .schemaId("string")
        .siteId("string")
        .templateName("string")
        .schemaSiteBdL3outId("string")
        .build());
    
    schema_site_bd_l3out_resource = mso.SchemaSiteBdL3out("schemaSiteBdL3outResource",
        bd_name="string",
        l3out_name="string",
        schema_id="string",
        site_id="string",
        template_name="string",
        schema_site_bd_l3out_id="string")
    
    const schemaSiteBdL3outResource = new mso.SchemaSiteBdL3out("schemaSiteBdL3outResource", {
        bdName: "string",
        l3outName: "string",
        schemaId: "string",
        siteId: "string",
        templateName: "string",
        schemaSiteBdL3outId: "string",
    });
    
    type: mso:SchemaSiteBdL3out
    properties:
        bdName: string
        l3outName: string
        schemaId: string
        schemaSiteBdL3outId: string
        siteId: string
        templateName: string
    

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

    BdName string
    L3outName string
    SchemaId string
    SiteId string
    TemplateName string
    SchemaSiteBdL3outId string
    BdName string
    L3outName string
    SchemaId string
    SiteId string
    TemplateName string
    SchemaSiteBdL3outId string
    bdName String
    l3outName String
    schemaId String
    siteId String
    templateName String
    schemaSiteBdL3outId String
    bdName string
    l3outName string
    schemaId string
    siteId string
    templateName string
    schemaSiteBdL3outId string
    bdName String
    l3outName String
    schemaId String
    siteId String
    templateName String
    schemaSiteBdL3outId String

    Outputs

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

    Get an existing SchemaSiteBdL3out 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?: SchemaSiteBdL3outState, opts?: CustomResourceOptions): SchemaSiteBdL3out
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bd_name: Optional[str] = None,
            l3out_name: Optional[str] = None,
            schema_id: Optional[str] = None,
            schema_site_bd_l3out_id: Optional[str] = None,
            site_id: Optional[str] = None,
            template_name: Optional[str] = None) -> SchemaSiteBdL3out
    func GetSchemaSiteBdL3out(ctx *Context, name string, id IDInput, state *SchemaSiteBdL3outState, opts ...ResourceOption) (*SchemaSiteBdL3out, error)
    public static SchemaSiteBdL3out Get(string name, Input<string> id, SchemaSiteBdL3outState? state, CustomResourceOptions? opts = null)
    public static SchemaSiteBdL3out get(String name, Output<String> id, SchemaSiteBdL3outState state, CustomResourceOptions options)
    resources:  _:    type: mso:SchemaSiteBdL3out    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:
    BdName string
    L3outName string
    SchemaId string
    SchemaSiteBdL3outId string
    SiteId string
    TemplateName string
    BdName string
    L3outName string
    SchemaId string
    SchemaSiteBdL3outId string
    SiteId string
    TemplateName string
    bdName String
    l3outName String
    schemaId String
    schemaSiteBdL3outId String
    siteId String
    templateName String
    bdName string
    l3outName string
    schemaId string
    schemaSiteBdL3outId string
    siteId string
    templateName string
    bdName String
    l3outName String
    schemaId String
    schemaSiteBdL3outId String
    siteId String
    templateName 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