Show / Hide Table of Contents

Class GetManagedZoneResult

Inheritance
System.Object
GetManagedZoneResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dns
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetManagedZoneResult

Fields

View Source

Description

A textual description field.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DnsName

The fully qualified DNS name of this zone, e.g. example.io..

Declaration
public readonly string DnsName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NameServers

The list of nameservers that will be authoritative for this domain. Use NS records to redirect from your DNS provider to these names, thus making Google Cloud DNS authoritative for this zone.

Declaration
public readonly ImmutableArray<string> NameServers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Project

Declaration
public readonly string Project
Field Value
Type Description
System.String
View Source

Visibility

The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.

Declaration
public readonly string Visibility
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.