Enum PublicAdvertisedPrefix.Status (1.19.0)

public enum PublicAdvertisedPrefix.Status extends Enum<PublicAdvertisedPrefix.Status> implements ProtocolMessageEnum

The status of the public advertised prefix. Possible values include: - INITIAL: RPKI validation is complete. - PTR_CONFIGURED: User has configured the PTR. - VALIDATED: Reverse DNS lookup is successful. - REVERSE_DNS_LOOKUP_FAILED: Reverse DNS lookup failed. - PREFIX_CONFIGURATION_IN_PROGRESS: The prefix is being configured. - PREFIX_CONFIGURATION_COMPLETE: The prefix is fully configured. - PREFIX_REMOVAL_IN_PROGRESS: The prefix is being removed.

Protobuf enum google.cloud.compute.v1.PublicAdvertisedPrefix.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INITIAL

RPKI validation is complete.

INITIAL = 518841124;

INITIAL_VALUE

RPKI validation is complete.

INITIAL = 518841124;

PREFIX_CONFIGURATION_COMPLETE

The prefix is fully configured.

PREFIX_CONFIGURATION_COMPLETE = 480889551;

PREFIX_CONFIGURATION_COMPLETE_VALUE

The prefix is fully configured.

PREFIX_CONFIGURATION_COMPLETE = 480889551;

PREFIX_CONFIGURATION_IN_PROGRESS

The prefix is being configured.

PREFIX_CONFIGURATION_IN_PROGRESS = 378550961;

PREFIX_CONFIGURATION_IN_PROGRESS_VALUE

The prefix is being configured.

PREFIX_CONFIGURATION_IN_PROGRESS = 378550961;

PREFIX_REMOVAL_IN_PROGRESS

The prefix is being removed.

PREFIX_REMOVAL_IN_PROGRESS = 284375783;

PREFIX_REMOVAL_IN_PROGRESS_VALUE

The prefix is being removed.

PREFIX_REMOVAL_IN_PROGRESS = 284375783;

PTR_CONFIGURED

User has configured the PTR.

PTR_CONFIGURED = 513497167;

PTR_CONFIGURED_VALUE

User has configured the PTR.

PTR_CONFIGURED = 513497167;

REVERSE_DNS_LOOKUP_FAILED

Reverse DNS lookup failed.

REVERSE_DNS_LOOKUP_FAILED = 295755183;

REVERSE_DNS_LOOKUP_FAILED_VALUE

Reverse DNS lookup failed.

REVERSE_DNS_LOOKUP_FAILED = 295755183;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNRECOGNIZED
VALIDATED

Reverse DNS lookup is successful.

VALIDATED = 66197998;

VALIDATED_VALUE

Reverse DNS lookup is successful.

VALIDATED = 66197998;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()