Interface PeeringLocation
public interface PeeringLocation
An immutable client-side representation of PeeringLocation.
-
Method Summary
Modifier and TypeMethodDescriptionGets the azureRegion property: The Azure region associated with the peering location.country()Gets the country property: The country in which the peering location exists.direct()Gets the direct property: The properties that define a direct peering location.exchange()Gets the exchange property: The properties that define an exchange peering location.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringLocationInner object.kind()Gets the kind property: The kind of peering that the peering location supports.name()Gets the name property: The name of the resource.Gets the peeringLocation property: The name of the peering location.type()Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
kind
Kind kind()Gets the kind property: The kind of peering that the peering location supports.- Returns:
- the kind value.
-
direct
PeeringLocationPropertiesDirect direct()Gets the direct property: The properties that define a direct peering location.- Returns:
- the direct value.
-
exchange
PeeringLocationPropertiesExchange exchange()Gets the exchange property: The properties that define an exchange peering location.- Returns:
- the exchange value.
-
peeringLocation
String peeringLocation()Gets the peeringLocation property: The name of the peering location.- Returns:
- the peeringLocation value.
-
country
String country()Gets the country property: The country in which the peering location exists.- Returns:
- the country value.
-
azureRegion
String azureRegion()Gets the azureRegion property: The Azure region associated with the peering location.- Returns:
- the azureRegion value.
-
innerModel
PeeringLocationInner innerModel()Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringLocationInner object.- Returns:
- the inner object.
-