Struct google_dns1::ManagedZoneDnsSecConfig[][src]

pub struct ManagedZoneDnsSecConfig {
    pub kind: Option<String>,
    pub default_key_specs: Option<Vec<DnsKeySpec>>,
    pub state: Option<String>,
    pub non_existence: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Identifies what kind of resource this is. Value: the fixed string "dns#managedZoneDnsSecConfig".

Specifies parameters that will be used for generating initial DnsKeys for this ManagedZone. Output only while state is not OFF.

Specifies whether DNSSEC is enabled, and what mode it is in.

Specifies the mechanism used to provide authenticated denial-of-existence responses. Output only while state is not OFF.

Trait Implementations

impl Default for ManagedZoneDnsSecConfig
[src]

Returns the "default value" for a type. Read more

impl Clone for ManagedZoneDnsSecConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ManagedZoneDnsSecConfig
[src]

Formats the value using the given formatter. Read more

impl Part for ManagedZoneDnsSecConfig
[src]

Auto Trait Implementations