PeeringLocationPropertiesExchange Class

  • java.lang.Object
    • com.azure.resourcemanager.peering.models.PeeringLocationPropertiesExchange

public final class PeeringLocationPropertiesExchange

The properties that define an exchange peering location.

Constructor Summary

Constructor Description
PeeringLocationPropertiesExchange()

Creates an instance of PeeringLocationPropertiesExchange class.

Method Summary

Modifier and Type Method and Description
List<ExchangePeeringFacility> peeringFacilities()

Get the peeringFacilities property: The list of exchange peering facilities at the peering location.

void validate()

Validates the instance.

PeeringLocationPropertiesExchange withPeeringFacilities(List<ExchangePeeringFacility> peeringFacilities)

Set the peeringFacilities property: The list of exchange peering facilities at the peering location.

Methods inherited from java.lang.Object

Constructor Details

PeeringLocationPropertiesExchange

public PeeringLocationPropertiesExchange()

Creates an instance of PeeringLocationPropertiesExchange class.

Method Details

peeringFacilities

public List peeringFacilities()

Get the peeringFacilities property: The list of exchange peering facilities at the peering location.

Returns:

the peeringFacilities value.

validate

public void validate()

Validates the instance.

withPeeringFacilities

public PeeringLocationPropertiesExchange withPeeringFacilities(List peeringFacilities)

Set the peeringFacilities property: The list of exchange peering facilities at the peering location.

Parameters:

peeringFacilities - the peeringFacilities value to set.

Returns:

the PeeringLocationPropertiesExchange object itself.

Applies to