Show / Hide Table of Contents

Class ZoneAttachmentArgs

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

Constructors

View Source

ZoneAttachmentArgs()

Declaration
public ZoneAttachmentArgs()

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