Show / Hide Table of Contents

Class ZoneAttachment

Inheritance
System.Object
Resource
CustomResource
ZoneAttachment
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 Source

ZoneAttachment(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 Source

Lang

The language of code.

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

UserClientIp

The user custom IP address.

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

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>>
View Source

Vpcs

The List of the VPC:

Declaration
public Output<ImmutableArray<ZoneAttachmentVpc>> Vpcs { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<ZoneAttachmentVpc>>
View Source

ZoneId

The name of the Private Zone Record.

Declaration
public Output<string> ZoneId { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.