PeeringLocationPropertiesDirect Class
- java.
lang. Object - com.
azure. resourcemanager. peering. models. PeeringLocationPropertiesDirect
- com.
Implements
public final class PeeringLocationPropertiesDirect
implements JsonSerializable<PeeringLocationPropertiesDirect>
The properties that define a direct peering location.
Constructor Summary
| Constructor | Description |
|---|---|
| PeeringLocationPropertiesDirect() |
Creates an instance of Peering |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Peering |
bandwidthOffers()
Get the bandwidth |
|
static
Peering |
fromJson(JsonReader jsonReader)
Reads an instance of Peering |
|
List<Direct |
peeringFacilities()
Get the peering |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Peering |
withBandwidthOffers(List<PeeringBandwidthOffer> bandwidthOffers)
Set the bandwidth |
|
Peering |
withPeeringFacilities(List<DirectPeeringFacility> peeringFacilities)
Set the peering |
Methods inherited from java.lang.Object
Constructor Details
PeeringLocationPropertiesDirect
public PeeringLocationPropertiesDirect()
Creates an instance of PeeringLocationPropertiesDirect class.
Method Details
bandwidthOffers
public List<PeeringBandwidthOffer> bandwidthOffers()
Get the bandwidthOffers property: The list of bandwidth offers available at the peering location.
Returns:
fromJson
public static PeeringLocationPropertiesDirect fromJson(JsonReader jsonReader)
Reads an instance of PeeringLocationPropertiesDirect from the JsonReader.
Parameters:
Returns:
Throws:
peeringFacilities
public List<DirectPeeringFacility> peeringFacilities()
Get the peeringFacilities property: The list of direct peering facilities at the peering location.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBandwidthOffers
public PeeringLocationPropertiesDirect withBandwidthOffers(List<PeeringBandwidthOffer> bandwidthOffers)
Set the bandwidthOffers property: The list of bandwidth offers available at the peering location.
Parameters:
Returns:
withPeeringFacilities
public PeeringLocationPropertiesDirect withPeeringFacilities(List<DirectPeeringFacility> peeringFacilities)
Set the peeringFacilities property: The list of direct peering facilities at the peering location.
Parameters:
Returns: