Interface CdnPeeringPrefix
public interface CdnPeeringPrefix
An immutable client-side representation of CdnPeeringPrefix.
-
Method Summary
Modifier and TypeMethodDescriptionGets the azureRegion property: The Azure region.Gets the azureService property: The Azure service.Gets the bgpCommunity property: The BGP Community.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.peering.fluent.models.CdnPeeringPrefixInner object.Gets the isPrimaryRegion property: The flag that indicates whether or not this is the primary region.name()Gets the name property: The name of the resource.prefix()Gets the prefix property: The prefix.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.
-
prefix
String prefix()Gets the prefix property: The prefix.- Returns:
- the prefix value.
-
azureRegion
String azureRegion()Gets the azureRegion property: The Azure region.- Returns:
- the azureRegion value.
-
azureService
String azureService()Gets the azureService property: The Azure service.- Returns:
- the azureService value.
-
isPrimaryRegion
Boolean isPrimaryRegion()Gets the isPrimaryRegion property: The flag that indicates whether or not this is the primary region.- Returns:
- the isPrimaryRegion value.
-
bgpCommunity
String bgpCommunity()Gets the bgpCommunity property: The BGP Community.- Returns:
- the bgpCommunity value.
-
innerModel
CdnPeeringPrefixInner innerModel()Gets the inner com.azure.resourcemanager.peering.fluent.models.CdnPeeringPrefixInner object.- Returns:
- the inner object.
-