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

mso.SchemaTemplateBdSubnet

Explore with Pulumi AI

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

    Create SchemaTemplateBdSubnet Resource

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

    Constructor syntax

    new SchemaTemplateBdSubnet(name: string, args: SchemaTemplateBdSubnetArgs, opts?: CustomResourceOptions);
    @overload
    def SchemaTemplateBdSubnet(resource_name: str,
                               args: SchemaTemplateBdSubnetArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def SchemaTemplateBdSubnet(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               bd_name: Optional[str] = None,
                               ip: Optional[str] = None,
                               schema_id: Optional[str] = None,
                               scope: Optional[str] = None,
                               template_name: Optional[str] = None,
                               description: Optional[str] = None,
                               no_default_gateway: Optional[bool] = None,
                               primary: Optional[bool] = None,
                               querier: Optional[bool] = None,
                               schema_template_bd_subnet_id: Optional[str] = None,
                               shared: Optional[bool] = None,
                               virtual: Optional[bool] = None)
    func NewSchemaTemplateBdSubnet(ctx *Context, name string, args SchemaTemplateBdSubnetArgs, opts ...ResourceOption) (*SchemaTemplateBdSubnet, error)
    public SchemaTemplateBdSubnet(string name, SchemaTemplateBdSubnetArgs args, CustomResourceOptions? opts = null)
    public SchemaTemplateBdSubnet(String name, SchemaTemplateBdSubnetArgs args)
    public SchemaTemplateBdSubnet(String name, SchemaTemplateBdSubnetArgs args, CustomResourceOptions options)
    
    type: mso:SchemaTemplateBdSubnet
    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 SchemaTemplateBdSubnetArgs
    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 SchemaTemplateBdSubnetArgs
    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 SchemaTemplateBdSubnetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SchemaTemplateBdSubnetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SchemaTemplateBdSubnetArgs
    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 schemaTemplateBdSubnetResource = new Mso.SchemaTemplateBdSubnet("schemaTemplateBdSubnetResource", new()
    {
        BdName = "string",
        Ip = "string",
        SchemaId = "string",
        Scope = "string",
        TemplateName = "string",
        Description = "string",
        NoDefaultGateway = false,
        Primary = false,
        Querier = false,
        SchemaTemplateBdSubnetId = "string",
        Shared = false,
        Virtual = false,
    });
    
    example, err := mso.NewSchemaTemplateBdSubnet(ctx, "schemaTemplateBdSubnetResource", &mso.SchemaTemplateBdSubnetArgs{
    	BdName:                   pulumi.String("string"),
    	Ip:                       pulumi.String("string"),
    	SchemaId:                 pulumi.String("string"),
    	Scope:                    pulumi.String("string"),
    	TemplateName:             pulumi.String("string"),
    	Description:              pulumi.String("string"),
    	NoDefaultGateway:         pulumi.Bool(false),
    	Primary:                  pulumi.Bool(false),
    	Querier:                  pulumi.Bool(false),
    	SchemaTemplateBdSubnetId: pulumi.String("string"),
    	Shared:                   pulumi.Bool(false),
    	Virtual:                  pulumi.Bool(false),
    })
    
    var schemaTemplateBdSubnetResource = new SchemaTemplateBdSubnet("schemaTemplateBdSubnetResource", SchemaTemplateBdSubnetArgs.builder()
        .bdName("string")
        .ip("string")
        .schemaId("string")
        .scope("string")
        .templateName("string")
        .description("string")
        .noDefaultGateway(false)
        .primary(false)
        .querier(false)
        .schemaTemplateBdSubnetId("string")
        .shared(false)
        .virtual(false)
        .build());
    
    schema_template_bd_subnet_resource = mso.SchemaTemplateBdSubnet("schemaTemplateBdSubnetResource",
        bd_name="string",
        ip="string",
        schema_id="string",
        scope="string",
        template_name="string",
        description="string",
        no_default_gateway=False,
        primary=False,
        querier=False,
        schema_template_bd_subnet_id="string",
        shared=False,
        virtual=False)
    
    const schemaTemplateBdSubnetResource = new mso.SchemaTemplateBdSubnet("schemaTemplateBdSubnetResource", {
        bdName: "string",
        ip: "string",
        schemaId: "string",
        scope: "string",
        templateName: "string",
        description: "string",
        noDefaultGateway: false,
        primary: false,
        querier: false,
        schemaTemplateBdSubnetId: "string",
        shared: false,
        virtual: false,
    });
    
    type: mso:SchemaTemplateBdSubnet
    properties:
        bdName: string
        description: string
        ip: string
        noDefaultGateway: false
        primary: false
        querier: false
        schemaId: string
        schemaTemplateBdSubnetId: string
        scope: string
        shared: false
        templateName: string
        virtual: false
    

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

    BdName string
    Ip string
    SchemaId string
    Scope string
    TemplateName string
    Description string
    NoDefaultGateway bool
    Primary bool
    Querier bool
    SchemaTemplateBdSubnetId string
    Shared bool
    Virtual bool
    BdName string
    Ip string
    SchemaId string
    Scope string
    TemplateName string
    Description string
    NoDefaultGateway bool
    Primary bool
    Querier bool
    SchemaTemplateBdSubnetId string
    Shared bool
    Virtual bool
    bdName String
    ip String
    schemaId String
    scope String
    templateName String
    description String
    noDefaultGateway Boolean
    primary Boolean
    querier Boolean
    schemaTemplateBdSubnetId String
    shared Boolean
    virtual Boolean
    bdName string
    ip string
    schemaId string
    scope string
    templateName string
    description string
    noDefaultGateway boolean
    primary boolean
    querier boolean
    schemaTemplateBdSubnetId string
    shared boolean
    virtual boolean
    bdName String
    ip String
    schemaId String
    scope String
    templateName String
    description String
    noDefaultGateway Boolean
    primary Boolean
    querier Boolean
    schemaTemplateBdSubnetId String
    shared Boolean
    virtual Boolean

    Outputs

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

    Get an existing SchemaTemplateBdSubnet 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?: SchemaTemplateBdSubnetState, opts?: CustomResourceOptions): SchemaTemplateBdSubnet
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bd_name: Optional[str] = None,
            description: Optional[str] = None,
            ip: Optional[str] = None,
            no_default_gateway: Optional[bool] = None,
            primary: Optional[bool] = None,
            querier: Optional[bool] = None,
            schema_id: Optional[str] = None,
            schema_template_bd_subnet_id: Optional[str] = None,
            scope: Optional[str] = None,
            shared: Optional[bool] = None,
            template_name: Optional[str] = None,
            virtual: Optional[bool] = None) -> SchemaTemplateBdSubnet
    func GetSchemaTemplateBdSubnet(ctx *Context, name string, id IDInput, state *SchemaTemplateBdSubnetState, opts ...ResourceOption) (*SchemaTemplateBdSubnet, error)
    public static SchemaTemplateBdSubnet Get(string name, Input<string> id, SchemaTemplateBdSubnetState? state, CustomResourceOptions? opts = null)
    public static SchemaTemplateBdSubnet get(String name, Output<String> id, SchemaTemplateBdSubnetState state, CustomResourceOptions options)
    resources:  _:    type: mso:SchemaTemplateBdSubnet    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
    Description string
    Ip string
    NoDefaultGateway bool
    Primary bool
    Querier bool
    SchemaId string
    SchemaTemplateBdSubnetId string
    Scope string
    Shared bool
    TemplateName string
    Virtual bool
    BdName string
    Description string
    Ip string
    NoDefaultGateway bool
    Primary bool
    Querier bool
    SchemaId string
    SchemaTemplateBdSubnetId string
    Scope string
    Shared bool
    TemplateName string
    Virtual bool
    bdName String
    description String
    ip String
    noDefaultGateway Boolean
    primary Boolean
    querier Boolean
    schemaId String
    schemaTemplateBdSubnetId String
    scope String
    shared Boolean
    templateName String
    virtual Boolean
    bdName string
    description string
    ip string
    noDefaultGateway boolean
    primary boolean
    querier boolean
    schemaId string
    schemaTemplateBdSubnetId string
    scope string
    shared boolean
    templateName string
    virtual boolean
    bdName String
    description String
    ip String
    noDefaultGateway Boolean
    primary Boolean
    querier Boolean
    schemaId String
    schemaTemplateBdSubnetId String
    scope String
    shared Boolean
    templateName String
    virtual Boolean

    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