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 SourceDescription
A textual description field.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DnsName
The fully qualified DNS name of this zone, e.g. example.io..
Declaration
public readonly string DnsName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Project
Declaration
public readonly string Project
Field Value
| Type | Description |
|---|---|
| System.String |
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 |