Show / Hide Table of Contents

Class PrivateZoneArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PrivateZoneArgs
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.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class PrivateZoneArgs : ResourceArgs

Constructors

View Source

PrivateZoneArgs()

Declaration
public PrivateZoneArgs()

Properties

View Source

AccessRegionId

The access region. The access region is the region of the cloud resource that accesses the PrivateZone service through CEN.

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

CenId

The ID of the CEN instance.

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

HostRegionId

The service region. The service region is the target region of the PrivateZone service to be accessed through CEN.

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

HostVpcId

The VPC that belongs to the service region.

Declaration
public Input<string> HostVpcId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.