class Azure::Network::Mgmt::V2019_11_01::Models::ExpressRouteLink
ExpressRouteLink
child resource definition.
Attributes
@return [ExpressRouteLinkAdminState] Administrative state of the physical port. Possible values include: 'Enabled', 'Disabled'
@return [ExpressRouteLinkConnectorType] Physical fiber port type. Possible values include: 'LC', 'SC'
@return [String] A unique read-only string that changes whenever the resource is updated.
@return [String] Name of Azure
router interface.
@return [ExpressRouteLinkMacSecConfig] MacSec configuration.
@return [String] Name of child port resource that is unique among child port resources of the parent.
@return [String] Mapping between physical port to patch panel port.
@return [ProvisioningState] The provisioning state of the express route link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
@return [String] Mapping of physical patch panel to rack.
@return [String] Name of Azure
router associated with physical port.
Public Class Methods
Mapper for ExpressRouteLink
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-11-01/generated/azure_mgmt_network/models/express_route_link.rb, line 58 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExpressRouteLink', type: { name: 'Composite', class_name: 'ExpressRouteLink', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, router_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.routerName', type: { name: 'String' } }, interface_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.interfaceName', type: { name: 'String' } }, patch_panel_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.patchPanelId', type: { name: 'String' } }, rack_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.rackId', type: { name: 'String' } }, connector_type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.connectorType', type: { name: 'String' } }, admin_state: { client_side_validation: true, required: false, serialized_name: 'properties.adminState', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, mac_sec_config: { client_side_validation: true, required: false, serialized_name: 'properties.macSecConfig', type: { name: 'Composite', class_name: 'ExpressRouteLinkMacSecConfig' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, read_only: true, serialized_name: 'etag', type: { name: 'String' } } } } } end