Show / Hide Table of Contents

Class GetLoadBalancersResult

Inheritance
System.Object
GetLoadBalancersResult
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 GetLoadBalancersResult

Fields

View Source

Address

Service address of the SLB.

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

Id

The provider-assigned unique ID for this managed resource.

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

Ids

A list of slb IDs.

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

MasterAvailabilityZone

Master availability zone of the SLBs.

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

NameRegex

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

Names

A list of slb names.

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

NetworkType

Network type of the SLB. Possible values: vpc and classic.

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

OutputFile

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

ResourceGroupId

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

SlaveAvailabilityZone

Slave availability zone of the SLBs.

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

Slbs

A list of SLBs. Each element contains the following attributes:

Declaration
public readonly ImmutableArray<GetLoadBalancersSlbResult> Slbs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetLoadBalancersSlbResult>
View Source

Tags

A map of tags assigned to the SLB instance.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

ID of the VPC the SLB belongs to.

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

VswitchId

ID of the VSwitch the SLB belongs to.

Declaration
public readonly string VswitchId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.