Show / Hide Table of Contents

Class ZoneRecordArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ZoneRecordArgs
Inherited Members
ResourceArgs.Empty
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 Source

ZoneRecordArgs()

Declaration
public ZoneRecordArgs()

Properties

View Source

Priority

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>
View Source

ResourceRecord

The resource record of the Private Zone Record.

Declaration
public Input<string> ResourceRecord { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ttl

The ttl of the Private Zone Record.

Declaration
public Input<int> Ttl { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
View Source

Value

The value of the Private Zone Record.

Declaration
public Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ZoneId

The name of the Private Zone Record.

Declaration
public Input<string> ZoneId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.