1. Packages
  2. Packages
  3. Mso Provider
  4. API Docs
  5. FabricPoliciesL3Domain
Viewing docs for mso 2.0.0
published on Friday, Apr 17, 2026 by ciscodevnet
Viewing docs for mso 2.0.0
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:

    TemplateId string
    The ID of the fabric policy template.
    Description string
    The description of the L3 Domain.
    FabricPoliciesL3DomainId string
    Name string
    The name of the L3 Domain.
    VlanPoolUuid string
    The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
    TemplateId string
    The ID of the fabric policy template.
    Description string
    The description of the L3 Domain.
    FabricPoliciesL3DomainId string
    Name string
    The name of the L3 Domain.
    VlanPoolUuid string
    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_l3_domain_id string
    name string
    The name of the L3 Domain.
    vlan_pool_uuid string
    The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
    templateId String
    The ID of the fabric policy template.
    description String
    The description of the L3 Domain.
    fabricPoliciesL3DomainId String
    name String
    The name of the L3 Domain.
    vlanPoolUuid String
    The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
    templateId string
    The ID of the fabric policy template.
    description string
    The description of the L3 Domain.
    fabricPoliciesL3DomainId string
    name string
    The name of the L3 Domain.
    vlanPoolUuid string
    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_l3_domain_id str
    name str
    The name of the L3 Domain.
    vlan_pool_uuid str
    The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
    templateId String
    The ID of the fabric policy template.
    description String
    The description of the L3 Domain.
    fabricPoliciesL3DomainId String
    name String
    The name of the L3 Domain.
    vlanPoolUuid String
    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:

    Id string
    The provider-assigned unique ID for this managed resource.
    Uuid string
    The UUID of the L3 Domain.
    Id string
    The provider-assigned unique ID for this managed resource.
    Uuid string
    The UUID of the L3 Domain.
    id string
    The provider-assigned unique ID for this managed resource.
    uuid string
    The UUID of the L3 Domain.
    id String
    The provider-assigned unique ID for this managed resource.
    uuid String
    The UUID of the L3 Domain.
    id string
    The provider-assigned unique ID for this managed resource.
    uuid string
    The UUID of the L3 Domain.
    id str
    The provider-assigned unique ID for this managed resource.
    uuid str
    The UUID of the L3 Domain.
    id String
    The provider-assigned unique ID for this managed resource.
    uuid String
    The UUID of the L3 Domain.

    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) -> FabricPoliciesL3Domain
    func 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.
    The following state arguments are supported:
    Description string
    The description of the L3 Domain.
    FabricPoliciesL3DomainId string
    Name string
    The name of the L3 Domain.
    TemplateId string
    The ID of the fabric policy template.
    Uuid string
    The UUID of the L3 Domain.
    VlanPoolUuid string
    The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
    Description string
    The description of the L3 Domain.
    FabricPoliciesL3DomainId string
    Name string
    The name of the L3 Domain.
    TemplateId string
    The ID of the fabric policy template.
    Uuid string
    The UUID of the L3 Domain.
    VlanPoolUuid string
    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_l3_domain_id string
    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_uuid string
    The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
    description String
    The description of the L3 Domain.
    fabricPoliciesL3DomainId String
    name String
    The name of the L3 Domain.
    templateId String
    The ID of the fabric policy template.
    uuid String
    The UUID of the L3 Domain.
    vlanPoolUuid String
    The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
    description string
    The description of the L3 Domain.
    fabricPoliciesL3DomainId string
    name string
    The name of the L3 Domain.
    templateId string
    The ID of the fabric policy template.
    uuid string
    The UUID of the L3 Domain.
    vlanPoolUuid string
    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_l3_domain_id str
    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_uuid str
    The UUID of the VLAN Pool. Providing an empty string will remove the VLAN pool reference.
    description String
    The description of the L3 Domain.
    fabricPoliciesL3DomainId String
    name String
    The name of the L3 Domain.
    templateId String
    The ID of the fabric policy template.
    uuid String
    The UUID of the L3 Domain.
    vlanPoolUuid String
    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 mso Terraform Provider.
    Viewing docs for mso 2.0.0
    published on Friday, Apr 17, 2026 by ciscodevnet
      Try Pulumi Cloud free. Your team will thank you.