Module: Google::Cloud::Domains::V1beta1::DnsSettings::DsState
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
The publication state of DS records for a Registration
.
Constant Summary collapse
- DS_STATE_UNSPECIFIED =
DS state is unspecified.
0
- DS_RECORDS_UNPUBLISHED =
DNSSEC is disabled for this domain. No DS records for this domain are published in the parent DNS zone.
1
- 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
'sdns_provider
field is already DNSSEC-signed. 2