Class ExpressRouteCrossConnectionPeeringList
java.lang.Object
com.azure.resourcemanager.network.models.ExpressRouteCrossConnectionPeeringList
Response for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCrossConnection.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpressRouteCrossConnectionPeeringList class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.value()Get the value property: The peerings in an express route cross connection.Set the value property: The peerings in an express route cross connection.
-
Constructor Details
-
ExpressRouteCrossConnectionPeeringList
public ExpressRouteCrossConnectionPeeringList()Creates an instance of ExpressRouteCrossConnectionPeeringList class.
-
-
Method Details
-
value
Get the value property: The peerings in an express route cross connection.- Returns:
- the value value.
-
withValue
public ExpressRouteCrossConnectionPeeringList withValue(List<ExpressRouteCrossConnectionPeeringInner> value) Set the value property: The peerings in an express route cross connection.- Parameters:
value- the value value to set.- Returns:
- the ExpressRouteCrossConnectionPeeringList object itself.
-
nextLink
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-