1. Packages
  2. Mso Provider
  3. API Docs
  4. FabricPoliciesPhysicalDomain
mso 1.5.1 published on Friday, Jul 25, 2025 by ciscodevnet

mso.FabricPoliciesPhysicalDomain

Explore with Pulumi AI

mso logo
mso 1.5.1 published on Friday, Jul 25, 2025 by ciscodevnet

    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:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FabricPoliciesPhysicalDomain resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Uuid string
    Id string
    The provider-assigned unique ID for this managed resource.
    Uuid string
    id String
    The provider-assigned unique ID for this managed resource.
    uuid String
    id string
    The provider-assigned unique ID for this managed resource.
    uuid string
    id str
    The provider-assigned unique ID for this managed resource.
    uuid str
    id String
    The provider-assigned unique ID for this managed resource.
    uuid String

    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.

    Package Details

    Repository
    mso ciscodevnet/terraform-provider-mso
    License
    Notes
    This Pulumi package is based on the mso Terraform Provider.
    mso logo
    mso 1.5.1 published on Friday, Jul 25, 2025 by ciscodevnet