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.Slb.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetZonesZoneResult
Fields
View SourceId
ID of the zone.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| 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> |