mso.SchemaSiteAnpEpgStaticPort
Explore with Pulumi AI
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:
- Anp
Name string - Deployment
Immediacy string - Epg
Name string - Leaf string
- Mode string
- Path string
- Path
Type string - Pod string
- Schema
Id string - Site
Id string - Template
Name string - Vlan double
- Fex string
- Micro
Seg doubleVlan - Schema
Site stringAnp Epg Static Port Id
- Anp
Name string - Deployment
Immediacy string - Epg
Name string - Leaf string
- Mode string
- Path string
- Path
Type string - Pod string
- Schema
Id string - Site
Id string - Template
Name string - Vlan float64
- Fex string
- Micro
Seg float64Vlan - Schema
Site stringAnp Epg Static Port Id
- anp
Name String - deployment
Immediacy String - epg
Name String - leaf String
- mode String
- path String
- path
Type String - pod String
- schema
Id String - site
Id String - template
Name String - vlan Double
- fex String
- micro
Seg DoubleVlan - schema
Site StringAnp Epg Static Port Id
- anp
Name string - deployment
Immediacy string - epg
Name string - leaf string
- mode string
- path string
- path
Type string - pod string
- schema
Id string - site
Id string - template
Name string - vlan number
- fex string
- micro
Seg numberVlan - schema
Site stringAnp Epg Static Port Id
- anp_
name str - deployment_
immediacy str - epg_
name str - leaf str
- mode str
- path str
- path_
type str - pod str
- schema_
id str - site_
id str - template_
name str - vlan float
- fex str
- micro_
seg_ floatvlan - schema_
site_ stranp_ epg_ static_ port_ id
- anp
Name String - deployment
Immediacy String - epg
Name String - leaf String
- mode String
- path String
- path
Type String - pod String
- schema
Id String - site
Id String - template
Name String - vlan Number
- fex String
- micro
Seg NumberVlan - schema
Site StringAnp Epg Static Port Id
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.
- Anp
Name string - Deployment
Immediacy string - Epg
Name string - Fex string
- Leaf string
- Micro
Seg doubleVlan - Mode string
- Path string
- Path
Type string - Pod string
- Schema
Id string - Schema
Site stringAnp Epg Static Port Id - Site
Id string - Template
Name string - Vlan double
- Anp
Name string - Deployment
Immediacy string - Epg
Name string - Fex string
- Leaf string
- Micro
Seg float64Vlan - Mode string
- Path string
- Path
Type string - Pod string
- Schema
Id string - Schema
Site stringAnp Epg Static Port Id - Site
Id string - Template
Name string - Vlan float64
- anp
Name String - deployment
Immediacy String - epg
Name String - fex String
- leaf String
- micro
Seg DoubleVlan - mode String
- path String
- path
Type String - pod String
- schema
Id String - schema
Site StringAnp Epg Static Port Id - site
Id String - template
Name String - vlan Double
- anp
Name string - deployment
Immediacy string - epg
Name string - fex string
- leaf string
- micro
Seg numberVlan - mode string
- path string
- path
Type string - pod string
- schema
Id string - schema
Site stringAnp Epg Static Port Id - site
Id string - template
Name string - vlan number
- anp_
name str - deployment_
immediacy str - epg_
name str - fex str
- leaf str
- micro_
seg_ floatvlan - mode str
- path str
- path_
type str - pod str
- schema_
id str - schema_
site_ stranp_ epg_ static_ port_ id - site_
id str - template_
name str - vlan float
- anp
Name String - deployment
Immediacy String - epg
Name String - fex String
- leaf String
- micro
Seg NumberVlan - mode String
- path String
- path
Type String - pod String
- schema
Id String - schema
Site StringAnp Epg Static Port Id - site
Id String - template
Name String - vlan Number
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
mso
Terraform Provider.