Show / Hide Table of Contents

Class ZoneState

Inheritance
System.Object
InputArgs
ResourceArgs
ZoneState
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 ZoneState : ResourceArgs

Constructors

View Source

ZoneState()

Declaration
public ZoneState()

Properties

View Source

CreationTime

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

IsPtr

Declaration
public Input<bool> IsPtr { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Lang

The language. Valid values: "zh", "en", "jp".

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

Name

The name of the Private Zone.

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

ProxyPattern

The recursive DNS proxy. Valid values:

  • ZONE: indicates that the recursive DNS proxy is disabled.
  • RECORD: indicates that the recursive DNS proxy is enabled.
Declaration
public Input<string> ProxyPattern { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RecordCount

The count of the Private Zone Record.

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

Remark

The remark of the Private Zone.

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

UpdateTime

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

UserClientIp

The IP address of the client.

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