Show / Hide Table of Contents

Class GetDnsZoneArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetDnsZoneArgs
Inherited Members
InvokeArgs.Empty
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 GetDnsZoneArgs : InvokeArgs

Constructors

View Source

GetDnsZoneArgs()

Declaration
public GetDnsZoneArgs()

Properties

View Source

Attributes

Attributes of the DNS Service scheduler.

Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

CreatedAt

The time the zone was created.

Declaration
public string CreatedAt { get; set; }
Property Value
Type Description
System.String
View Source

Description

A description of the zone.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
View Source

Email

The email contact for the zone record.

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String
View Source

Masters

An array of master DNS servers. When type is SECONDARY.

Declaration
public List<string> Masters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

Name

The name of the zone.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

PoolId

The ID of the pool hosting the zone.

Declaration
public string PoolId { get; set; }
Property Value
Type Description
System.String
View Source

ProjectId

The project ID that owns the zone.

Declaration
public string ProjectId { get; set; }
Property Value
Type Description
System.String
View Source

Region

The region in which to obtain the V2 DNS client. A DNS client is needed to retrieve zone ids. If omitted, the region argument of the provider is used.

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String
View Source

Serial

The serial number of the zone.

Declaration
public int? Serial { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Status

The zone's status.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
View Source

TransferredAt

The time the zone was transferred.

Declaration
public string TransferredAt { get; set; }
Property Value
Type Description
System.String
View Source

Ttl

The time to live (TTL) of the zone.

Declaration
public int? Ttl { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Type

The type of the zone. Can either be PRIMARY or SECONDARY.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
View Source

UpdatedAt

The time the zone was last updated.

Declaration
public string UpdatedAt { get; set; }
Property Value
Type Description
System.String
View Source

Version

The version of the zone.

Declaration
public int? Version { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.