Class ExpressRouteCrossConnectionPeeringList
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ExpressRouteCrossConnectionPeeringList
-
public final class ExpressRouteCrossConnectionPeeringList extends Object
Response for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCrossConnection.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteCrossConnectionPeeringList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<ExpressRouteCrossConnectionPeeringInner>value()Get the value property: The peerings in an express route cross connection.ExpressRouteCrossConnectionPeeringListwithValue(List<ExpressRouteCrossConnectionPeeringInner> value)Set the value property: The peerings in an express route cross connection.
-
-
-
Method Detail
-
value
public List<ExpressRouteCrossConnectionPeeringInner> 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
public String 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.
-
-