ExpressRouteLinkPropertiesFormat Class
ExpressRouteLink Resource Properties.
Constructor
ExpressRouteLinkPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
router_name
|
Name of Azure router associated with physical port. |
|
interface_name
|
Name of Azure router interface. |
|
patch_panel_id
|
Mapping between physical port to patch panel port. |
|
rack_id
|
Mapping of physical patch panel to rack. |
|
colo_location
|
Cololocation for ExpressRoute Hybrid Direct. |
|
connector_type
|
Physical fiber port type. Known values are: "LC" and "SC". |
|
admin_state
|
Administrative state of the physical port. Known values are: "Enabled" and "Disabled". |
|
provisioning_state
|
The provisioning state of the express route link resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
mac_sec_config
|
MacSec configuration. |
Attributes
admin_state
"Enabled" and "Disabled".
admin_state: str | _models.ExpressRouteLinkAdminState | None
colo_location
Cololocation for ExpressRoute Hybrid Direct.
colo_location: str | None
connector_type
"LC" and "SC".
connector_type: str | _models.ExpressRouteLinkConnectorType | None
interface_name
Name of Azure router interface.
interface_name: str | None
mac_sec_config
MacSec configuration.
mac_sec_config: _models.ExpressRouteLinkMacSecConfig | None
patch_panel_id
Mapping between physical port to patch panel port.
patch_panel_id: str | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
rack_id
Mapping of physical patch panel to rack.
rack_id: str | None
router_name
Name of Azure router associated with physical port.
router_name: str | None