Show / Hide Table of Contents

Class PrivateZoneState

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

Constructors

View Source

PrivateZoneState()

Declaration
public PrivateZoneState()

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

Status

The status of the PrivateZone service. Valid values: ["Creating", "Active", "Deleting"].

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