Interface PeeringServicePrefix
public interface PeeringServicePrefix
An immutable client-side representation of PeeringServicePrefix.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the PeeringServicePrefix definition.static interfaceThe PeeringServicePrefix definition stages.static interfaceThe template for PeeringServicePrefix update.static interfaceThe PeeringServicePrefix update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the errorMessage property: The error message for validation state.events()Gets the events property: The list of events for peering service prefix.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringServicePrefixInner object.Gets the learnedType property: The prefix learned type.name()Gets the name property: The name of the resource.Gets the peeringServicePrefixKey property: The peering service prefix key.prefix()Gets the prefix property: The prefix from which your 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 PeeringServicePrefix 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 from which your traffic originates.- Returns:
- the prefix value.
-
prefixValidationState
PrefixValidationState prefixValidationState()Gets the prefixValidationState property: The prefix validation state.- Returns:
- the prefixValidationState value.
-
learnedType
LearnedType learnedType()Gets the learnedType property: The prefix learned type.- Returns:
- the learnedType value.
-
errorMessage
String errorMessage()Gets the errorMessage property: The error message for validation state.- Returns:
- the errorMessage value.
-
events
List<PeeringServicePrefixEvent> events()Gets the events property: The list of events for peering service prefix.- Returns:
- the events value.
-
peeringServicePrefixKey
String peeringServicePrefixKey()Gets the peeringServicePrefixKey property: The peering service prefix key.- Returns:
- the peeringServicePrefixKey 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
PeeringServicePrefixInner innerModel()Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringServicePrefixInner object.- Returns:
- the inner object.
-
update
PeeringServicePrefix.Update update()Begins update for the PeeringServicePrefix resource.- Returns:
- the stage of resource update.
-
refresh
PeeringServicePrefix 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.
-