ExpressRouteLink Class
ExpressRouteLink child resource definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceExpressRouteLink
Constructor
ExpressRouteLink(*, id: str | None = None, name: str | None = None, admin_state: str | _models.ExpressRouteLinkAdminState | None = None, mac_sec_config: _models.ExpressRouteLinkMacSecConfig | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of child port resource that is unique among child port resources of the parent. |
admin_state
|
Administrative state of the physical port. Known values are: "Enabled" and "Disabled". |
mac_sec_config
|
MacSec configuration. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of child port resource that is unique among child port resources of the parent. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
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. |
Azure SDK for Python