Class ZoneRecordArgs
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.AliCloud.Pvtz
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ZoneRecordArgs : ResourceArgs
Constructors
View SourceZoneRecordArgs()
Declaration
public ZoneRecordArgs()
Properties
View SourcePriority
The priority of the Private Zone Record. At present, only can "MX" record support it. Valid values: [1-50]. Default to 1.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ResourceRecord
The resource record of the Private Zone Record.
Declaration
public Input<string> ResourceRecord { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
The ttl of the Private Zone Record.
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
The type of the Private Zone Record. Valid values: A, CNAME, TXT, MX, PTR.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value of the Private Zone Record.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
The name of the Private Zone Record.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |