mso.FabricPoliciesPhysicalDomain
Explore with Pulumi AI
Create FabricPoliciesPhysicalDomain Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FabricPoliciesPhysicalDomain(name: string, args: FabricPoliciesPhysicalDomainArgs, opts?: CustomResourceOptions);
@overload
def FabricPoliciesPhysicalDomain(resource_name: str,
args: FabricPoliciesPhysicalDomainArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FabricPoliciesPhysicalDomain(resource_name: str,
opts: Optional[ResourceOptions] = None,
template_id: Optional[str] = None,
description: Optional[str] = None,
fabric_policies_physical_domain_id: Optional[str] = None,
name: Optional[str] = None,
vlan_pool_uuid: Optional[str] = None)
func NewFabricPoliciesPhysicalDomain(ctx *Context, name string, args FabricPoliciesPhysicalDomainArgs, opts ...ResourceOption) (*FabricPoliciesPhysicalDomain, error)
public FabricPoliciesPhysicalDomain(string name, FabricPoliciesPhysicalDomainArgs args, CustomResourceOptions? opts = null)
public FabricPoliciesPhysicalDomain(String name, FabricPoliciesPhysicalDomainArgs args)
public FabricPoliciesPhysicalDomain(String name, FabricPoliciesPhysicalDomainArgs args, CustomResourceOptions options)
type: mso:FabricPoliciesPhysicalDomain
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 FabricPoliciesPhysicalDomainArgs
- 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 FabricPoliciesPhysicalDomainArgs
- 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 FabricPoliciesPhysicalDomainArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FabricPoliciesPhysicalDomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FabricPoliciesPhysicalDomainArgs
- 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 fabricPoliciesPhysicalDomainResource = new Mso.FabricPoliciesPhysicalDomain("fabricPoliciesPhysicalDomainResource", new()
{
TemplateId = "string",
Description = "string",
FabricPoliciesPhysicalDomainId = "string",
Name = "string",
VlanPoolUuid = "string",
});
example, err := mso.NewFabricPoliciesPhysicalDomain(ctx, "fabricPoliciesPhysicalDomainResource", &mso.FabricPoliciesPhysicalDomainArgs{
TemplateId: pulumi.String("string"),
Description: pulumi.String("string"),
FabricPoliciesPhysicalDomainId: pulumi.String("string"),
Name: pulumi.String("string"),
VlanPoolUuid: pulumi.String("string"),
})
var fabricPoliciesPhysicalDomainResource = new FabricPoliciesPhysicalDomain("fabricPoliciesPhysicalDomainResource", FabricPoliciesPhysicalDomainArgs.builder()
.templateId("string")
.description("string")
.fabricPoliciesPhysicalDomainId("string")
.name("string")
.vlanPoolUuid("string")
.build());
fabric_policies_physical_domain_resource = mso.FabricPoliciesPhysicalDomain("fabricPoliciesPhysicalDomainResource",
template_id="string",
description="string",
fabric_policies_physical_domain_id="string",
name="string",
vlan_pool_uuid="string")
const fabricPoliciesPhysicalDomainResource = new mso.FabricPoliciesPhysicalDomain("fabricPoliciesPhysicalDomainResource", {
templateId: "string",
description: "string",
fabricPoliciesPhysicalDomainId: "string",
name: "string",
vlanPoolUuid: "string",
});
type: mso:FabricPoliciesPhysicalDomain
properties:
description: string
fabricPoliciesPhysicalDomainId: string
name: string
templateId: string
vlanPoolUuid: string
FabricPoliciesPhysicalDomain 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 FabricPoliciesPhysicalDomain resource accepts the following input properties:
- Template
Id string - Description string
- Fabric
Policies stringPhysical Domain Id - Name string
- Vlan
Pool stringUuid
- Template
Id string - Description string
- Fabric
Policies stringPhysical Domain Id - Name string
- Vlan
Pool stringUuid
- template
Id String - description String
- fabric
Policies StringPhysical Domain Id - name String
- vlan
Pool StringUuid
- template
Id string - description string
- fabric
Policies stringPhysical Domain Id - name string
- vlan
Pool stringUuid
- template_
id str - description str
- fabric_
policies_ strphysical_ domain_ id - name str
- vlan_
pool_ struuid
- template
Id String - description String
- fabric
Policies StringPhysical Domain Id - name String
- vlan
Pool StringUuid
Outputs
All input properties are implicitly available as output properties. Additionally, the FabricPoliciesPhysicalDomain resource produces the following output properties:
Look up Existing FabricPoliciesPhysicalDomain Resource
Get an existing FabricPoliciesPhysicalDomain 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?: FabricPoliciesPhysicalDomainState, opts?: CustomResourceOptions): FabricPoliciesPhysicalDomain
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
fabric_policies_physical_domain_id: Optional[str] = None,
name: Optional[str] = None,
template_id: Optional[str] = None,
uuid: Optional[str] = None,
vlan_pool_uuid: Optional[str] = None) -> FabricPoliciesPhysicalDomain
func GetFabricPoliciesPhysicalDomain(ctx *Context, name string, id IDInput, state *FabricPoliciesPhysicalDomainState, opts ...ResourceOption) (*FabricPoliciesPhysicalDomain, error)
public static FabricPoliciesPhysicalDomain Get(string name, Input<string> id, FabricPoliciesPhysicalDomainState? state, CustomResourceOptions? opts = null)
public static FabricPoliciesPhysicalDomain get(String name, Output<String> id, FabricPoliciesPhysicalDomainState state, CustomResourceOptions options)
resources: _: type: mso:FabricPoliciesPhysicalDomain 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.
- Description string
- Fabric
Policies stringPhysical Domain Id - Name string
- Template
Id string - Uuid string
- Vlan
Pool stringUuid
- Description string
- Fabric
Policies stringPhysical Domain Id - Name string
- Template
Id string - Uuid string
- Vlan
Pool stringUuid
- description String
- fabric
Policies StringPhysical Domain Id - name String
- template
Id String - uuid String
- vlan
Pool StringUuid
- description string
- fabric
Policies stringPhysical Domain Id - name string
- template
Id string - uuid string
- vlan
Pool stringUuid
- description str
- fabric_
policies_ strphysical_ domain_ id - name str
- template_
id str - uuid str
- vlan_
pool_ struuid
- description String
- fabric
Policies StringPhysical Domain Id - name String
- template
Id String - uuid String
- vlan
Pool StringUuid
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
mso
Terraform Provider.