PeeringServicePrefix Interface

public interface PeeringServicePrefix

An immutable client-side representation of PeeringServicePrefix.

Method Summary

Modifier and Type Method and Description
abstract String errorMessage()

Gets the errorMessage property: The error message for validation state.

abstract List<PeeringServicePrefixEvent> events()

Gets the events property: The list of events for peering service prefix.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract PeeringServicePrefixInner innerModel()

Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringServicePrefixInner object.

abstract LearnedType learnedType()

Gets the learnedType property: The prefix learned type.

abstract String name()

Gets the name property: The name of the resource.

abstract String peeringServicePrefixKey()

Gets the peeringServicePrefixKey property: The peering service prefix key.

abstract String prefix()

Gets the prefix property: The prefix from which your traffic originates.

abstract PrefixValidationState prefixValidationState()

Gets the prefixValidationState property: The prefix validation state.

abstract ProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the resource.

abstract PeeringServicePrefix refresh()

Refreshes the resource to sync with Azure.

abstract PeeringServicePrefix refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the PeeringServicePrefix resource.

Method Details

errorMessage

public abstract String errorMessage()

Gets the errorMessage property: The error message for validation state.

Returns:

the errorMessage value.

events

public abstract List events()

Gets the events property: The list of events for peering service prefix.

Returns:

the events value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract PeeringServicePrefixInner innerModel()

Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringServicePrefixInner object.

Returns:

the inner object.

learnedType

public abstract LearnedType learnedType()

Gets the learnedType property: The prefix learned type.

Returns:

the learnedType value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

peeringServicePrefixKey

public abstract String peeringServicePrefixKey()

Gets the peeringServicePrefixKey property: The peering service prefix key.

Returns:

the peeringServicePrefixKey value.

prefix

public abstract String prefix()

Gets the prefix property: The prefix from which your traffic originates.

Returns:

the prefix value.

prefixValidationState

public abstract PrefixValidationState prefixValidationState()

Gets the prefixValidationState property: The prefix validation state.

Returns:

the prefixValidationState value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the resource.

Returns:

the provisioningState value.

refresh

public abstract PeeringServicePrefix refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract PeeringServicePrefix refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract PeeringServicePrefix.Update update()

Begins update for the PeeringServicePrefix resource.

Returns:

the stage of resource update.

Applies to