Show / Hide Table of Contents

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 Source

Id

ID of the Private Zone Record.

Declaration
public readonly int Id
Field Value
Type Description
System.Int32
View Source

Priority

Priority of the Private Zone Record.

Declaration
public readonly int Priority
Field Value
Type Description
System.Int32
View Source

ResourceRecord

Resource record of the Private Zone Record.

Declaration
public readonly string ResourceRecord
Field Value
Type Description
System.String
View Source

Status

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Ttl

Ttl of the Private Zone Record.

Declaration
public readonly int Ttl
Field Value
Type Description
System.Int32
View Source

Type

Type of the Private Zone Record.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

Value

Value of the Private Zone Record.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.