published on Friday, Apr 17, 2026 by ciscodevnet
published on Friday, Apr 17, 2026 by ciscodevnet
Create FabricPoliciesL3Domain Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FabricPoliciesL3Domain(name: string, args: FabricPoliciesL3DomainArgs, opts?: CustomResourceOptions);@overload
def FabricPoliciesL3Domain(resource_name: str,
args: FabricPoliciesL3DomainArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FabricPoliciesL3Domain(resource_name: str,
opts: Optional[ResourceOptions] = None,
template_id: Optional[str] = None,
description: Optional[str] = None,
fabric_policies_l3_domain_id: Optional[str] = None,
name: Optional[str] = None,
vlan_pool_uuid: Optional[str] = None)func NewFabricPoliciesL3Domain(ctx *Context, name string, args FabricPoliciesL3DomainArgs, opts ...ResourceOption) (*FabricPoliciesL3Domain, error)public FabricPoliciesL3Domain(string name, FabricPoliciesL3DomainArgs args, CustomResourceOptions? opts = null)
public FabricPoliciesL3Domain(String name, FabricPoliciesL3DomainArgs args)
public FabricPoliciesL3Domain(String name, FabricPoliciesL3DomainArgs args, CustomResourceOptions options)
type: mso:FabricPoliciesL3Domain
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "mso_fabricpoliciesl3domain" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args FabricPoliciesL3DomainArgs
- 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 FabricPoliciesL3DomainArgs
- 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 FabricPoliciesL3DomainArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FabricPoliciesL3DomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FabricPoliciesL3DomainArgs
- 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 fabricPoliciesL3DomainResource = new Mso.FabricPoliciesL3Domain("fabricPoliciesL3DomainResource", new()
{
TemplateId = "string",
Description = "string",
FabricPoliciesL3DomainId = "string",
Name = "string",
VlanPoolUuid = "string",
});
example, err := mso.NewFabricPoliciesL3Domain(ctx, "fabricPoliciesL3DomainResource", &mso.FabricPoliciesL3DomainArgs{
TemplateId: pulumi.String("string"),
Description: pulumi.String("string"),
FabricPoliciesL3DomainId: pulumi.String("string"),
Name: pulumi.String("string"),
VlanPoolUuid: pulumi.String("string"),
})
resource "mso_fabricpoliciesl3domain" "fabricPoliciesL3DomainResource" {
template_id = "string"
description = "string"
fabric_policies_l3_domain_id = "string"
name = "string"
vlan_pool_uuid = "string"
}
var fabricPoliciesL3DomainResource = new FabricPoliciesL3Domain("fabricPoliciesL3DomainResource", FabricPoliciesL3DomainArgs.builder()
.templateId("string")
.description("string")
.fabricPoliciesL3DomainId("string")
.name("string")
.vlanPoolUuid("string")
.build());
fabric_policies_l3_domain_resource = mso.FabricPoliciesL3Domain("fabricPoliciesL3DomainResource",
template_id="string",
description="string",
fabric_policies_l3_domain_id="string",
name="string",
vlan_pool_uuid="string")
const fabricPoliciesL3DomainResource = new mso.FabricPoliciesL3Domain("fabricPoliciesL3DomainResource", {
templateId: "string",
description: "string",
fabricPoliciesL3DomainId: "string",
name: "string",
vlanPoolUuid: "string",
});
type: mso:FabricPoliciesL3Domain
properties:
description: string
fabricPoliciesL3DomainId: string
name: string
templateId: string
vlanPoolUuid: string
FabricPoliciesL3Domain 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 FabricPoliciesL3Domain resource accepts the following input properties:
- Template
Id string - The ID of the fabric policy template.
- Description string
- The description of the L3 Domain.
- Fabric
Policies stringL3Domain Id - Name string
- The name of the L3 Domain.
- Vlan
Pool stringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- Template
Id string - The ID of the fabric policy template.
- Description string
- The description of the L3 Domain.
- Fabric
Policies stringL3Domain Id - Name string
- The name of the L3 Domain.
- Vlan
Pool stringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- template_
id string - The ID of the fabric policy template.
- description string
- The description of the L3 Domain.
- fabric_
policies_ stringl3_ domain_ id - name string
- The name of the L3 Domain.
- vlan_
pool_ stringuuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- template
Id String - The ID of the fabric policy template.
- description String
- The description of the L3 Domain.
- fabric
Policies StringL3Domain Id - name String
- The name of the L3 Domain.
- vlan
Pool StringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- template
Id string - The ID of the fabric policy template.
- description string
- The description of the L3 Domain.
- fabric
Policies stringL3Domain Id - name string
- The name of the L3 Domain.
- vlan
Pool stringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- template_
id str - The ID of the fabric policy template.
- description str
- The description of the L3 Domain.
- fabric_
policies_ strl3_ domain_ id - name str
- The name of the L3 Domain.
- vlan_
pool_ struuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- template
Id String - The ID of the fabric policy template.
- description String
- The description of the L3 Domain.
- fabric
Policies StringL3Domain Id - name String
- The name of the L3 Domain.
- vlan
Pool StringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
Outputs
All input properties are implicitly available as output properties. Additionally, the FabricPoliciesL3Domain resource produces the following output properties:
Look up Existing FabricPoliciesL3Domain Resource
Get an existing FabricPoliciesL3Domain 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?: FabricPoliciesL3DomainState, opts?: CustomResourceOptions): FabricPoliciesL3Domain@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
fabric_policies_l3_domain_id: Optional[str] = None,
name: Optional[str] = None,
template_id: Optional[str] = None,
uuid: Optional[str] = None,
vlan_pool_uuid: Optional[str] = None) -> FabricPoliciesL3Domainfunc GetFabricPoliciesL3Domain(ctx *Context, name string, id IDInput, state *FabricPoliciesL3DomainState, opts ...ResourceOption) (*FabricPoliciesL3Domain, error)public static FabricPoliciesL3Domain Get(string name, Input<string> id, FabricPoliciesL3DomainState? state, CustomResourceOptions? opts = null)public static FabricPoliciesL3Domain get(String name, Output<String> id, FabricPoliciesL3DomainState state, CustomResourceOptions options)resources: _: type: mso:FabricPoliciesL3Domain get: id: ${id}import {
to = mso_fabricpoliciesl3domain.example
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
- The description of the L3 Domain.
- Fabric
Policies stringL3Domain Id - Name string
- The name of the L3 Domain.
- Template
Id string - The ID of the fabric policy template.
- Uuid string
- The UUID of the L3 Domain.
- Vlan
Pool stringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- Description string
- The description of the L3 Domain.
- Fabric
Policies stringL3Domain Id - Name string
- The name of the L3 Domain.
- Template
Id string - The ID of the fabric policy template.
- Uuid string
- The UUID of the L3 Domain.
- Vlan
Pool stringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- description string
- The description of the L3 Domain.
- fabric_
policies_ stringl3_ domain_ id - name string
- The name of the L3 Domain.
- template_
id string - The ID of the fabric policy template.
- uuid string
- The UUID of the L3 Domain.
- vlan_
pool_ stringuuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- description String
- The description of the L3 Domain.
- fabric
Policies StringL3Domain Id - name String
- The name of the L3 Domain.
- template
Id String - The ID of the fabric policy template.
- uuid String
- The UUID of the L3 Domain.
- vlan
Pool StringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- description string
- The description of the L3 Domain.
- fabric
Policies stringL3Domain Id - name string
- The name of the L3 Domain.
- template
Id string - The ID of the fabric policy template.
- uuid string
- The UUID of the L3 Domain.
- vlan
Pool stringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- description str
- The description of the L3 Domain.
- fabric_
policies_ strl3_ domain_ id - name str
- The name of the L3 Domain.
- template_
id str - The ID of the fabric policy template.
- uuid str
- The UUID of the L3 Domain.
- vlan_
pool_ struuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
- description String
- The description of the L3 Domain.
- fabric
Policies StringL3Domain Id - name String
- The name of the L3 Domain.
- template
Id String - The ID of the fabric policy template.
- uuid String
- The UUID of the L3 Domain.
- vlan
Pool StringUuid - The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
msoTerraform Provider.
published on Friday, Apr 17, 2026 by ciscodevnet
