Class GetZonesZoneResult
Inheritance
System.Object
GetZonesZoneResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetZonesZoneResult
Fields
View SourceBindVpcs
List of the VPCs is bound to the Private Zone.
Declaration
public readonly ImmutableArray<GetZonesZoneBindVpcResult> BindVpcs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetZonesZoneBindVpcResult> |
CreationTime
Time of creation of the Private Zone.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the Private Zone.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsPtr
Whether the Private Zone is ptr
Declaration
public readonly bool IsPtr
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Name of the Private Zone.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RecordCount
Count of the Private Zone Record.
Declaration
public readonly int RecordCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Remark
Remark of the Private Zone.
Declaration
public readonly string Remark
Field Value
| Type | Description |
|---|---|
| System.String |
UpdateTime
Time of update of the Private Zone.
Declaration
public readonly string UpdateTime
Field Value
| Type | Description |
|---|---|
| System.String |