Class ExpressRouteLinkPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ExpressRouteLinkPropertiesFormat
ExpressRouteLink Resource Properties
Properties specific to ExpressRouteLink resources.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpressRouteLinkPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the adminState property: Administrative state of the physical port.Get the coloLocation property: Cololocation for ExpressRoute Hybrid Direct.Get the connectorType property: Physical fiber port type.Get the interfaceName property: Name of Azure router interface.Get the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.Get the patchPanelId property: Mapping between physical port to patch panel port.Get the provisioningState property: The provisioning state of the express route link resource.rackId()Get the rackId property: Mapping of physical patch panel to rack.Get the routerName property: Name of Azure router associated with physical port.voidvalidate()Validates the instance.withAdminState(ExpressRouteLinkAdminState adminState) Set the adminState property: Administrative state of the physical port.withMacSecConfig(ExpressRouteLinkMacSecConfig macSecConfig) Set the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.
-
Constructor Details
-
ExpressRouteLinkPropertiesFormat
public ExpressRouteLinkPropertiesFormat()Creates an instance of ExpressRouteLinkPropertiesFormat class.
-
-
Method Details
-
routerName
Get the routerName property: Name of Azure router associated with physical port.- Returns:
- the routerName value.
-
interfaceName
Get the interfaceName property: Name of Azure router interface.- Returns:
- the interfaceName value.
-
patchPanelId
Get the patchPanelId property: Mapping between physical port to patch panel port.- Returns:
- the patchPanelId value.
-
rackId
Get the rackId property: Mapping of physical patch panel to rack.- Returns:
- the rackId value.
-
coloLocation
Get the coloLocation property: Cololocation for ExpressRoute Hybrid Direct.- Returns:
- the coloLocation value.
-
connectorType
Get the connectorType property: Physical fiber port type.- Returns:
- the connectorType value.
-
adminState
Get the adminState property: Administrative state of the physical port.- Returns:
- the adminState value.
-
withAdminState
Set the adminState property: Administrative state of the physical port.- Parameters:
adminState- the adminState value to set.- Returns:
- the ExpressRouteLinkPropertiesFormat object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the express route link resource.- Returns:
- the provisioningState value.
-
macSecConfig
Get the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.MacSec configuration.
- Returns:
- the macSecConfig value.
-
withMacSecConfig
Set the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.MacSec configuration.
- Parameters:
macSecConfig- the macSecConfig value to set.- Returns:
- the ExpressRouteLinkPropertiesFormat object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-