Enum DnsSettings.DsState (1.5.0)

public enum DnsSettings.DsState extends Enum<DnsSettings.DsState> implements ProtocolMessageEnum

The publication state of DS records for a Registration.

Protobuf enum google.cloud.domains.v1.DnsSettings.DsState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DS_RECORDS_PUBLISHED

DNSSEC is enabled for this domain. Appropriate DS records for this domain are published in the parent DNS zone. This option is valid only if the DNS zone referenced in the Registration's dns_provider field is already DNSSEC-signed.

DS_RECORDS_PUBLISHED = 2;

DS_RECORDS_PUBLISHED_VALUE

DNSSEC is enabled for this domain. Appropriate DS records for this domain are published in the parent DNS zone. This option is valid only if the DNS zone referenced in the Registration's dns_provider field is already DNSSEC-signed.

DS_RECORDS_PUBLISHED = 2;

DS_RECORDS_UNPUBLISHED

DNSSEC is disabled for this domain. No DS records for this domain are published in the parent DNS zone.

DS_RECORDS_UNPUBLISHED = 1;

DS_RECORDS_UNPUBLISHED_VALUE

DNSSEC is disabled for this domain. No DS records for this domain are published in the parent DNS zone.

DS_RECORDS_UNPUBLISHED = 1;

DS_STATE_UNSPECIFIED

DS state is unspecified.

DS_STATE_UNSPECIFIED = 0;

DS_STATE_UNSPECIFIED_VALUE

DS state is unspecified.

DS_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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()