Show / Hide Table of Contents

Class GetZonesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetZonesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetZonesArgs()

Declaration
public GetZonesArgs()

Properties

View Source

AvailableSlbAddressIpVersion

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

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

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

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.