Show / Hide Table of Contents

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 Source

Attributes

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>
View Source

CreatedAt

The time the zone was created.

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

Description

See Argument Reference above.

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

Email

See Argument Reference above.

Declaration
public readonly string Email
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

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>
View Source

Name

See Argument Reference above.

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

PoolId

The ID of the pool hosting the zone.

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

ProjectId

The project ID that owns the zone.

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

Region

See Argument Reference above.

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

Serial

The serial number of the zone.

Declaration
public readonly int Serial
Field Value
Type Description
System.Int32
View Source

Status

See Argument Reference above.

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

TransferredAt

The time the zone was transferred.

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

Ttl

See Argument Reference above.

Declaration
public readonly int? Ttl
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Type

See Argument Reference above.

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

UpdatedAt

The time the zone was last updated.

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

Version

The version of the zone.

Declaration
public readonly int Version
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.