Class GetDnsZoneArgs
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 GetDnsZoneArgs : InvokeArgs
Constructors
View SourceGetDnsZoneArgs()
Declaration
public GetDnsZoneArgs()
Properties
View SourceAttributes
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> |
CreatedAt
The time the zone was created.
Declaration
public string CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
A description of the zone.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
The email contact for the zone record.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
Name
The name of the zone.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PoolId
The ID of the pool hosting the zone.
Declaration
public string PoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The project ID that owns the zone.
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
Serial
The serial number of the zone.
Declaration
public int? Serial { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Status
The zone's status.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TransferredAt
The time the zone was transferred.
Declaration
public string TransferredAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ttl
The time to live (TTL) of the zone.
Declaration
public int? Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Type
The type of the zone. Can either be PRIMARY or SECONDARY.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UpdatedAt
The time the zone was last updated.
Declaration
public string UpdatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
The version of the zone.
Declaration
public int? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |