Show / Hide Table of Contents

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 Source

BindVpcs

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

CreationTime

Time of creation of the Private Zone.

Declaration
public readonly string CreationTime
Field Value
Type Description
System.String
View Source

Id

ID of the Private Zone.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsPtr

Whether the Private Zone is ptr

Declaration
public readonly bool IsPtr
Field Value
Type Description
System.Boolean
View Source

Name

Name of the Private Zone.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RecordCount

Count of the Private Zone Record.

Declaration
public readonly int RecordCount
Field Value
Type Description
System.Int32
View Source

Remark

Remark of the Private Zone.

Declaration
public readonly string Remark
Field Value
Type Description
System.String
View Source

UpdateTime

Time of update of the Private Zone.

Declaration
public readonly string UpdateTime
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.