Class GetZoneRecordsRecordResult
Inheritance
System.Object
GetZoneRecordsRecordResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetZoneRecordsRecordResult
Fields
View SourceId
ID of the Private Zone Record.
Declaration
public readonly int Id
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Priority
Priority of the Private Zone Record.
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ResourceRecord
Resource record of the Private Zone Record.
Declaration
public readonly string ResourceRecord
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Ttl
Ttl of the Private Zone Record.
Declaration
public readonly int Ttl
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Type
Type of the Private Zone Record.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Value
Value of the Private Zone Record.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |