Interface PeeringRegisteredPrefix
public interface PeeringRegisteredPrefix
An immutable client-side representation of PeeringRegisteredPrefix.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the PeeringRegisteredPrefix definition.static interfaceThe PeeringRegisteredPrefix definition stages.static interfaceThe template for PeeringRegisteredPrefix update.static interfaceThe PeeringRegisteredPrefix update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the errorMessage property: The error message associated with the validation state, if any.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringRegisteredPrefixInner object.name()Gets the name property: The name of the resource.Gets the peeringServicePrefixKey property: The peering service prefix key that is to be shared with the customer.prefix()Gets the prefix property: The customer's prefix from which traffic originates.Gets the prefixValidationState property: The prefix validation state.Gets the provisioningState property: The provisioning state of the resource.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.type()Gets the type property: The type of the resource.update()Begins update for the PeeringRegisteredPrefix 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 customer's prefix from which traffic originates.- Returns:
- the prefix value.
-
prefixValidationState
PrefixValidationState prefixValidationState()Gets the prefixValidationState property: The prefix validation state.- Returns:
- the prefixValidationState value.
-
peeringServicePrefixKey
String peeringServicePrefixKey()Gets the peeringServicePrefixKey property: The peering service prefix key that is to be shared with the customer.- Returns:
- the peeringServicePrefixKey value.
-
errorMessage
String errorMessage()Gets the errorMessage property: The error message associated with the validation state, if any.- Returns:
- the errorMessage value.
-
provisioningState
ProvisioningState provisioningState()Gets the provisioningState property: The provisioning state of the resource.- Returns:
- the provisioningState value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
PeeringRegisteredPrefixInner innerModel()Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringRegisteredPrefixInner object.- Returns:
- the inner object.
-
update
PeeringRegisteredPrefix.Update update()Begins update for the PeeringRegisteredPrefix resource.- Returns:
- the stage of resource update.
-
refresh
PeeringRegisteredPrefix refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-