1. Packages
  2. Mso Provider
  3. API Docs
  4. SchemaSiteAnpEpgStaticPort
mso 1.4.0 published on Monday, Apr 14, 2025 by ciscodevnet

mso.SchemaSiteAnpEpgStaticPort

Explore with Pulumi AI

mso logo
mso 1.4.0 published on Monday, Apr 14, 2025 by ciscodevnet

    Create SchemaSiteAnpEpgStaticPort Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SchemaSiteAnpEpgStaticPort(name: string, args: SchemaSiteAnpEpgStaticPortArgs, opts?: CustomResourceOptions);
    @overload
    def SchemaSiteAnpEpgStaticPort(resource_name: str,
                                   args: SchemaSiteAnpEpgStaticPortArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def SchemaSiteAnpEpgStaticPort(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   pod: Optional[str] = None,
                                   schema_id: Optional[str] = None,
                                   epg_name: Optional[str] = None,
                                   vlan: Optional[float] = None,
                                   leaf: Optional[str] = None,
                                   template_name: Optional[str] = None,
                                   deployment_immediacy: Optional[str] = None,
                                   path_type: Optional[str] = None,
                                   mode: Optional[str] = None,
                                   anp_name: Optional[str] = None,
                                   path: Optional[str] = None,
                                   site_id: Optional[str] = None,
                                   schema_site_anp_epg_static_port_id: Optional[str] = None,
                                   micro_seg_vlan: Optional[float] = None,
                                   fex: Optional[str] = None)
    func NewSchemaSiteAnpEpgStaticPort(ctx *Context, name string, args SchemaSiteAnpEpgStaticPortArgs, opts ...ResourceOption) (*SchemaSiteAnpEpgStaticPort, error)
    public SchemaSiteAnpEpgStaticPort(string name, SchemaSiteAnpEpgStaticPortArgs args, CustomResourceOptions? opts = null)
    public SchemaSiteAnpEpgStaticPort(String name, SchemaSiteAnpEpgStaticPortArgs args)
    public SchemaSiteAnpEpgStaticPort(String name, SchemaSiteAnpEpgStaticPortArgs args, CustomResourceOptions options)
    
    type: mso:SchemaSiteAnpEpgStaticPort
    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 SchemaSiteAnpEpgStaticPortArgs
    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 SchemaSiteAnpEpgStaticPortArgs
    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 SchemaSiteAnpEpgStaticPortArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SchemaSiteAnpEpgStaticPortArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SchemaSiteAnpEpgStaticPortArgs
    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 schemaSiteAnpEpgStaticPortResource = new Mso.SchemaSiteAnpEpgStaticPort("schemaSiteAnpEpgStaticPortResource", new()
    {
        Pod = "string",
        SchemaId = "string",
        EpgName = "string",
        Vlan = 0,
        Leaf = "string",
        TemplateName = "string",
        DeploymentImmediacy = "string",
        PathType = "string",
        Mode = "string",
        AnpName = "string",
        Path = "string",
        SiteId = "string",
        SchemaSiteAnpEpgStaticPortId = "string",
        MicroSegVlan = 0,
        Fex = "string",
    });
    
    example, err := mso.NewSchemaSiteAnpEpgStaticPort(ctx, "schemaSiteAnpEpgStaticPortResource", &mso.SchemaSiteAnpEpgStaticPortArgs{
    	Pod:                          pulumi.String("string"),
    	SchemaId:                     pulumi.String("string"),
    	EpgName:                      pulumi.String("string"),
    	Vlan:                         pulumi.Float64(0),
    	Leaf:                         pulumi.String("string"),
    	TemplateName:                 pulumi.String("string"),
    	DeploymentImmediacy:          pulumi.String("string"),
    	PathType:                     pulumi.String("string"),
    	Mode:                         pulumi.String("string"),
    	AnpName:                      pulumi.String("string"),
    	Path:                         pulumi.String("string"),
    	SiteId:                       pulumi.String("string"),
    	SchemaSiteAnpEpgStaticPortId: pulumi.String("string"),
    	MicroSegVlan:                 pulumi.Float64(0),
    	Fex:                          pulumi.String("string"),
    })
    
    var schemaSiteAnpEpgStaticPortResource = new SchemaSiteAnpEpgStaticPort("schemaSiteAnpEpgStaticPortResource", SchemaSiteAnpEpgStaticPortArgs.builder()
        .pod("string")
        .schemaId("string")
        .epgName("string")
        .vlan(0)
        .leaf("string")
        .templateName("string")
        .deploymentImmediacy("string")
        .pathType("string")
        .mode("string")
        .anpName("string")
        .path("string")
        .siteId("string")
        .schemaSiteAnpEpgStaticPortId("string")
        .microSegVlan(0)
        .fex("string")
        .build());
    
    schema_site_anp_epg_static_port_resource = mso.SchemaSiteAnpEpgStaticPort("schemaSiteAnpEpgStaticPortResource",
        pod="string",
        schema_id="string",
        epg_name="string",
        vlan=0,
        leaf="string",
        template_name="string",
        deployment_immediacy="string",
        path_type="string",
        mode="string",
        anp_name="string",
        path="string",
        site_id="string",
        schema_site_anp_epg_static_port_id="string",
        micro_seg_vlan=0,
        fex="string")
    
    const schemaSiteAnpEpgStaticPortResource = new mso.SchemaSiteAnpEpgStaticPort("schemaSiteAnpEpgStaticPortResource", {
        pod: "string",
        schemaId: "string",
        epgName: "string",
        vlan: 0,
        leaf: "string",
        templateName: "string",
        deploymentImmediacy: "string",
        pathType: "string",
        mode: "string",
        anpName: "string",
        path: "string",
        siteId: "string",
        schemaSiteAnpEpgStaticPortId: "string",
        microSegVlan: 0,
        fex: "string",
    });
    
    type: mso:SchemaSiteAnpEpgStaticPort
    properties:
        anpName: string
        deploymentImmediacy: string
        epgName: string
        fex: string
        leaf: string
        microSegVlan: 0
        mode: string
        path: string
        pathType: string
        pod: string
        schemaId: string
        schemaSiteAnpEpgStaticPortId: string
        siteId: string
        templateName: string
        vlan: 0
    

    SchemaSiteAnpEpgStaticPort 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 SchemaSiteAnpEpgStaticPort resource accepts the following input properties:

    AnpName string
    DeploymentImmediacy string
    EpgName string
    Leaf string
    Mode string
    Path string
    PathType string
    Pod string
    SchemaId string
    SiteId string
    TemplateName string
    Vlan double
    Fex string
    MicroSegVlan double
    SchemaSiteAnpEpgStaticPortId string
    AnpName string
    DeploymentImmediacy string
    EpgName string
    Leaf string
    Mode string
    Path string
    PathType string
    Pod string
    SchemaId string
    SiteId string
    TemplateName string
    Vlan float64
    Fex string
    MicroSegVlan float64
    SchemaSiteAnpEpgStaticPortId string
    anpName String
    deploymentImmediacy String
    epgName String
    leaf String
    mode String
    path String
    pathType String
    pod String
    schemaId String
    siteId String
    templateName String
    vlan Double
    fex String
    microSegVlan Double
    schemaSiteAnpEpgStaticPortId String
    anpName string
    deploymentImmediacy string
    epgName string
    leaf string
    mode string
    path string
    pathType string
    pod string
    schemaId string
    siteId string
    templateName string
    vlan number
    fex string
    microSegVlan number
    schemaSiteAnpEpgStaticPortId string
    anpName String
    deploymentImmediacy String
    epgName String
    leaf String
    mode String
    path String
    pathType String
    pod String
    schemaId String
    siteId String
    templateName String
    vlan Number
    fex String
    microSegVlan Number
    schemaSiteAnpEpgStaticPortId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SchemaSiteAnpEpgStaticPort 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 SchemaSiteAnpEpgStaticPort Resource

    Get an existing SchemaSiteAnpEpgStaticPort 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?: SchemaSiteAnpEpgStaticPortState, opts?: CustomResourceOptions): SchemaSiteAnpEpgStaticPort
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            anp_name: Optional[str] = None,
            deployment_immediacy: Optional[str] = None,
            epg_name: Optional[str] = None,
            fex: Optional[str] = None,
            leaf: Optional[str] = None,
            micro_seg_vlan: Optional[float] = None,
            mode: Optional[str] = None,
            path: Optional[str] = None,
            path_type: Optional[str] = None,
            pod: Optional[str] = None,
            schema_id: Optional[str] = None,
            schema_site_anp_epg_static_port_id: Optional[str] = None,
            site_id: Optional[str] = None,
            template_name: Optional[str] = None,
            vlan: Optional[float] = None) -> SchemaSiteAnpEpgStaticPort
    func GetSchemaSiteAnpEpgStaticPort(ctx *Context, name string, id IDInput, state *SchemaSiteAnpEpgStaticPortState, opts ...ResourceOption) (*SchemaSiteAnpEpgStaticPort, error)
    public static SchemaSiteAnpEpgStaticPort Get(string name, Input<string> id, SchemaSiteAnpEpgStaticPortState? state, CustomResourceOptions? opts = null)
    public static SchemaSiteAnpEpgStaticPort get(String name, Output<String> id, SchemaSiteAnpEpgStaticPortState state, CustomResourceOptions options)
    resources:  _:    type: mso:SchemaSiteAnpEpgStaticPort    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.
    The following state arguments are supported:
    AnpName string
    DeploymentImmediacy string
    EpgName string
    Fex string
    Leaf string
    MicroSegVlan double
    Mode string
    Path string
    PathType string
    Pod string
    SchemaId string
    SchemaSiteAnpEpgStaticPortId string
    SiteId string
    TemplateName string
    Vlan double
    AnpName string
    DeploymentImmediacy string
    EpgName string
    Fex string
    Leaf string
    MicroSegVlan float64
    Mode string
    Path string
    PathType string
    Pod string
    SchemaId string
    SchemaSiteAnpEpgStaticPortId string
    SiteId string
    TemplateName string
    Vlan float64
    anpName String
    deploymentImmediacy String
    epgName String
    fex String
    leaf String
    microSegVlan Double
    mode String
    path String
    pathType String
    pod String
    schemaId String
    schemaSiteAnpEpgStaticPortId String
    siteId String
    templateName String
    vlan Double
    anpName string
    deploymentImmediacy string
    epgName string
    fex string
    leaf string
    microSegVlan number
    mode string
    path string
    pathType string
    pod string
    schemaId string
    schemaSiteAnpEpgStaticPortId string
    siteId string
    templateName string
    vlan number
    anpName String
    deploymentImmediacy String
    epgName String
    fex String
    leaf String
    microSegVlan Number
    mode String
    path String
    pathType String
    pod String
    schemaId String
    schemaSiteAnpEpgStaticPortId String
    siteId String
    templateName String
    vlan Number

    Package Details

    Repository
    mso ciscodevnet/terraform-provider-mso
    License
    Notes
    This Pulumi package is based on the mso Terraform Provider.
    mso logo
    mso 1.4.0 published on Monday, Apr 14, 2025 by ciscodevnet