Show / Hide Table of Contents

Class ZoneAttachmentState

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

Constructors

View Source

ZoneAttachmentState()

Declaration
public ZoneAttachmentState()

Properties

View Source

Lang

The language of code.

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

UserClientIp

The user custom IP address.

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

VpcIds

The id List of the VPC with the same region, for example:["vpc-1","vpc-2"].

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

Vpcs

The List of the VPC:

Declaration
public InputList<ZoneAttachmentVpcGetArgs> Vpcs { get; set; }
Property Value
Type Description
InputList<ZoneAttachmentVpcGetArgs>
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.