ExpressRouteLagMemberPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteLagMemberPropertiesFormat
- com.
Implements
public final class ExpressRouteLagMemberPropertiesFormat
implements JsonSerializable<ExpressRouteLagMemberPropertiesFormat>
ExpressRouteLagMember Resource Properties Properties specific to ExpressRouteLagMember resources.
Constructor Summary
| Constructor | Description |
|---|---|
| ExpressRouteLagMemberPropertiesFormat() |
Creates an instance of Express |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Express |
adminState()
Get the admin |
| String |
coloLocation()
Get the colo |
|
Express |
connectorType()
Get the connector |
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
| String |
interfaceName()
Get the interface |
| String |
patchPanelId()
Get the patch |
|
Common |
provisioningState()
Get the provisioning |
| String |
rackId()
Get the rack |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Express |
withAdminState(ExpressRouteLinkAdminState adminState)
Set the admin |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteLagMemberPropertiesFormat
public ExpressRouteLagMemberPropertiesFormat()
Creates an instance of ExpressRouteLagMemberPropertiesFormat class.
Method Details
adminState
public ExpressRouteLinkAdminState adminState()
Get the adminState property: Administrative state of the member port.
Returns:
coloLocation
public String coloLocation()
Get the coloLocation property: Cololocation for ExpressRoute member.
Returns:
connectorType
public ExpressRouteLinkConnectorType connectorType()
Get the connectorType property: Physical fiber port type.
Returns:
fromJson
public static ExpressRouteLagMemberPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteLagMemberPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
interfaceName
public String interfaceName()
Get the interfaceName property: Name of Azure router interface.
Returns:
patchPanelId
public String patchPanelId()
Get the patchPanelId property: Mapping between physical port to patch panel port.
Returns:
provisioningState
public CommonProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the express route LAG member resource.
Returns:
rackId
public String rackId()
Get the rackId property: Mapping of physical patch panel to rack.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdminState
public ExpressRouteLagMemberPropertiesFormat withAdminState(ExpressRouteLinkAdminState adminState)
Set the adminState property: Administrative state of the member port.
Parameters:
Returns: