Class RecordSetArgs
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 RecordSetArgs : ResourceArgs
Constructors
View SourceRecordSetArgs()
Declaration
public RecordSetArgs()
Properties
View SourceDescription
A description of the record set.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the record set. Note the . at the end of the name.
Changing this creates a new DNS record set.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Records
An array of DNS records. Note: if an IPv6 address
contains brackets ([ ]), the brackets will be stripped and the modified
address will be recorded in the state.
Declaration
public InputList<string> Records { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Region
The region in which to obtain the V2 DNS client.
If omitted, the region argument of the provider is used.
Changing this creates a new DNS record set.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
The time to live (TTL) of the record set.
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
The type of record set. Examples: "A", "MX". Changing this creates a new DNS record set.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ValueSpecs
Map of additional options. Changing this creates a new record set.
Declaration
public InputMap<object> ValueSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ZoneId
The ID of the zone in which to create the record set. Changing this creates a new DNS record set.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |