CdnPeeringPrefixInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. peering. fluent. models. CdnPeeringPrefixInner
- com.
- com.
public final class CdnPeeringPrefixInner
extends ProxyResource
The CDN peering prefix.
Constructor Summary
| Constructor | Description |
|---|---|
| CdnPeeringPrefixInner() |
Creates an instance of Cdn |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
azureRegion()
Get the azure |
| String |
azureService()
Get the azure |
| String |
bgpCommunity()
Get the bgp |
|
static
Cdn |
fromJson(JsonReader jsonReader)
Reads an instance of Cdn |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Boolean |
isPrimaryRegion()
Get the is |
| String |
name()
Get the name property: The name of the resource. |
| String |
prefix()
Get the prefix property: The prefix. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
CdnPeeringPrefixInner
public CdnPeeringPrefixInner()
Creates an instance of CdnPeeringPrefixInner class.
Method Details
azureRegion
public String azureRegion()
Get the azureRegion property: The Azure region.
Returns:
azureService
public String azureService()
Get the azureService property: The Azure service.
Returns:
bgpCommunity
public String bgpCommunity()
Get the bgpCommunity property: The BGP Community.
Returns:
fromJson
public static CdnPeeringPrefixInner fromJson(JsonReader jsonReader)
Reads an instance of CdnPeeringPrefixInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CdnPeeringPrefixInner.id()Returns:
isPrimaryRegion
public Boolean isPrimaryRegion()
Get the isPrimaryRegion property: The flag that indicates whether or not this is the primary region.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CdnPeeringPrefixInner.name()Returns:
prefix
public String prefix()
Get the prefix property: The prefix.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CdnPeeringPrefixInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CdnPeeringPrefixInner.type()Returns:
validate
public void validate()
Validates the instance.