Class ZoneAttachment
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 class ZoneAttachment : CustomResource
Constructors
View SourceZoneAttachment(String, ZoneAttachmentArgs, CustomResourceOptions)
Create a ZoneAttachment resource with the given unique name, arguments, and options.
Declaration
public ZoneAttachment(string name, ZoneAttachmentArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| ZoneAttachmentArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceLang
The language of code.
Declaration
public Output<string> Lang { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
UserClientIp
The user custom IP address.
Declaration
public Output<string> UserClientIp { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
VpcIds
The id List of the VPC with the same region, for example:["vpc-1","vpc-2"].
Declaration
public Output<ImmutableArray<string>> VpcIds { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Vpcs
The List of the VPC:
Declaration
public Output<ImmutableArray<ZoneAttachmentVpc>> Vpcs { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ZoneAttachmentVpc>> |
ZoneId
The name of the Private Zone Record.
Declaration
public Output<string> ZoneId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, ZoneAttachmentState, CustomResourceOptions)
Get an existing ZoneAttachment resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static ZoneAttachment Get(string name, Input<string> id, ZoneAttachmentState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| ZoneAttachmentState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| ZoneAttachment |