mso.SchemaTemplateBdSubnet
Explore with Pulumi AI
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:
- Bd
Name string - Ip string
- Schema
Id string - Scope string
- Template
Name string - Description string
- No
Default boolGateway - Primary bool
- Querier bool
- Schema
Template stringBd Subnet Id - bool
- Virtual bool
- Bd
Name string - Ip string
- Schema
Id string - Scope string
- Template
Name string - Description string
- No
Default boolGateway - Primary bool
- Querier bool
- Schema
Template stringBd Subnet Id - bool
- Virtual bool
- bd
Name String - ip String
- schema
Id String - scope String
- template
Name String - description String
- no
Default BooleanGateway - primary Boolean
- querier Boolean
- schema
Template StringBd Subnet Id - Boolean
- virtual Boolean
- bd
Name string - ip string
- schema
Id string - scope string
- template
Name string - description string
- no
Default booleanGateway - primary boolean
- querier boolean
- schema
Template stringBd Subnet Id - boolean
- virtual boolean
- bd_
name str - ip str
- schema_
id str - scope str
- template_
name str - description str
- no_
default_ boolgateway - primary bool
- querier bool
- schema_
template_ strbd_ subnet_ id - bool
- virtual bool
- bd
Name String - ip String
- schema
Id String - scope String
- template
Name String - description String
- no
Default BooleanGateway - primary Boolean
- querier Boolean
- schema
Template StringBd Subnet Id - 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.
- Bd
Name string - Description string
- Ip string
- No
Default boolGateway - Primary bool
- Querier bool
- Schema
Id string - Schema
Template stringBd Subnet Id - Scope string
- bool
- Template
Name string - Virtual bool
- Bd
Name string - Description string
- Ip string
- No
Default boolGateway - Primary bool
- Querier bool
- Schema
Id string - Schema
Template stringBd Subnet Id - Scope string
- bool
- Template
Name string - Virtual bool
- bd
Name String - description String
- ip String
- no
Default BooleanGateway - primary Boolean
- querier Boolean
- schema
Id String - schema
Template StringBd Subnet Id - scope String
- Boolean
- template
Name String - virtual Boolean
- bd
Name string - description string
- ip string
- no
Default booleanGateway - primary boolean
- querier boolean
- schema
Id string - schema
Template stringBd Subnet Id - scope string
- boolean
- template
Name string - virtual boolean
- bd_
name str - description str
- ip str
- no_
default_ boolgateway - primary bool
- querier bool
- schema_
id str - schema_
template_ strbd_ subnet_ id - scope str
- bool
- template_
name str - virtual bool
- bd
Name String - description String
- ip String
- no
Default BooleanGateway - primary Boolean
- querier Boolean
- schema
Id String - schema
Template StringBd Subnet Id - scope String
- Boolean
- template
Name String - virtual Boolean
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
mso
Terraform Provider.