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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetZonesZoneResult

Fields

View Source

AvailableDiskCategories

Set of supported disk categories.

Declaration
public readonly ImmutableArray<string> AvailableDiskCategories
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

AvailableInstanceTypes

Allowed instance types.

Declaration
public readonly ImmutableArray<string> AvailableInstanceTypes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

AvailableResourceCreations

Filter the results by a specific resource type. Valid values: Instance, Disk, VSwitch, Rds, KVStore, FunctionCompute, Elasticsearch, Slb.

Declaration
public readonly ImmutableArray<string> AvailableResourceCreations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Id

ID of the zone.

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

LocalName

Name of the zone in the local language.

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

MultiZoneIds

A list of zone ids in which the multi zone.

Declaration
public readonly ImmutableArray<string> MultiZoneIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SlbSlaveZoneIds

A list of slb slave zone ids in which the slb master zone.

Declaration
public readonly ImmutableArray<string> SlbSlaveZoneIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.