Class GetDnsZoneResult
Inheritance
System.Object
GetDnsZoneResult
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.OpenStack.Dns
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetDnsZoneResult
Fields
View SourceAttributes
Attributes of the DNS Service scheduler.
Declaration
public readonly ImmutableDictionary<string, object> Attributes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
CreatedAt
The time the zone was created.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
Description
See Argument Reference above.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
See Argument Reference above.
Declaration
public readonly string Email
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 |
Masters
An array of master DNS servers. When type is SECONDARY.
Declaration
public readonly ImmutableArray<string> Masters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PoolId
The ID of the pool hosting the zone.
Declaration
public readonly string PoolId
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The project ID that owns the zone.
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Serial
The serial number of the zone.
Declaration
public readonly int Serial
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Status
See Argument Reference above.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
TransferredAt
The time the zone was transferred.
Declaration
public readonly string TransferredAt
Field Value
| Type | Description |
|---|---|
| System.String |
Ttl
See Argument Reference above.
Declaration
public readonly int? Ttl
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Type
See Argument Reference above.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
UpdatedAt
The time the zone was last updated.
Declaration
public readonly string UpdatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
Version
The version of the zone.
Declaration
public readonly int Version
Field Value
| Type | Description |
|---|---|
| System.Int32 |