Class PrivateZoneArgs
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.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class PrivateZoneArgs : ResourceArgs
Constructors
View SourcePrivateZoneArgs()
Declaration
public PrivateZoneArgs()
Properties
View SourceAccessRegionId
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> |
CenId
The ID of the CEN instance.
Declaration
public Input<string> CenId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
HostVpcId
The VPC that belongs to the service region.
Declaration
public Input<string> HostVpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |