Class ZoneAttachmentArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ZoneAttachmentArgs : ResourceArgs
Constructors
View SourceZoneAttachmentArgs()
Declaration
public ZoneAttachmentArgs()
Properties
View SourceLang
The language of code.
Declaration
public Input<string> Lang { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserClientIp
The user custom IP address.
Declaration
public Input<string> UserClientIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Vpcs
The List of the VPC:
Declaration
public InputList<ZoneAttachmentVpcArgs> Vpcs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ZoneAttachmentVpcArgs> |
ZoneId
The name of the Private Zone Record.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |