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 SourceAvailableDiskCategories
Set of supported disk categories.
Declaration
public readonly ImmutableArray<string> AvailableDiskCategories
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
AvailableInstanceTypes
Allowed instance types.
Declaration
public readonly ImmutableArray<string> AvailableInstanceTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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> |
Id
ID of the zone.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LocalName
Name of the zone in the local language.
Declaration
public readonly string LocalName
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |