Class GetZonesArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetZonesArgs : InvokeArgs
Constructors
View SourceGetZonesArgs()
Declaration
public GetZonesArgs()
Properties
View SourceAvailableSlbAddressIpVersion
Filter the results by a slb instance address version. Can be either ipv4, or ipv6.
Declaration
public string AvailableSlbAddressIpVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AvailableSlbAddressType
Filter the results by a slb instance address type. Can be either Vpc, classic_internet or classic_intranet
Declaration
public string AvailableSlbAddressType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EnableDetails
Default to false and only output id in the zones block. Set it to true can output more details.
Declaration
public bool? EnableDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |