Class ZoneArgs
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 ZoneArgs : ResourceArgs
Constructors
View SourceZoneArgs()
Declaration
public ZoneArgs()
Properties
View SourceAttributes
Attributes for the DNS Service scheduler. Changing this creates a new zone.
Declaration
public InputMap<object> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Description
A description of the zone.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
The email contact for the zone record.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Masters
An array of master DNS servers. For when type is
SECONDARY.
Declaration
public InputList<string> Masters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The name of the zone. Note the . at the end of the name.
Changing this creates a new DNS zone.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V2 Compute client.
Keypairs are associated with accounts, but a Compute client is needed to
create one. If omitted, the region argument of the provider is used.
Changing this creates a new DNS zone.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
The time to live (TTL) of the zone.
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
The type of zone. Can either be PRIMARY or SECONDARY.
Changing this creates a new zone.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ValueSpecs
Map of additional options. Changing this creates a new zone.
Declaration
public InputMap<object> ValueSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |