Reference documentation and code samples for the Google Cloud Domains V1beta1 Client class DsState.
The publication state of DS records for a Registration.
Protobuf type google.cloud.domains.v1beta1.DnsSettings.DsState
Namespace
Google \ Cloud \ Domains \ V1beta1 \ DnsSettings
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
DS_STATE_UNSPECIFIED
Value: 0
DS state is unspecified.
Generated from protobuf enum DS_STATE_UNSPECIFIED = 0;
DS_RECORDS_UNPUBLISHED
Value: 1
DNSSEC is disabled for this domain. No DS records for this domain are
published in the parent DNS zone.
Generated from protobuf enum DS_RECORDS_UNPUBLISHED = 1;
DS_RECORDS_PUBLISHED
Value: 2
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.
Generated from protobuf enum DS_RECORDS_PUBLISHED = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]