Cloud Domains v1 API - Enum DnsSettings.Types.DsState (2.3.0)

public enum DnsSettings.Types.DsState

Reference documentation and code samples for the Cloud Domains v1 API enum DnsSettings.Types.DsState.

The publication state of DS records for a Registration.

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Fields

NameDescription
DsRecordsPublished

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.

DsRecordsUnpublished

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

Unspecified

DS state is unspecified.