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 SourceAddress
Service address of the SLB.
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of slb IDs.
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MasterAvailabilityZone
Master availability zone of the SLBs.
Declaration
public readonly string MasterAvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
NameRegex
Declaration
public readonly string NameRegex
Field Value
| Type | Description |
|---|---|
| System.String |
Names
A list of slb names.
Declaration
public readonly ImmutableArray<string> Names
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NetworkType
Network type of the SLB. Possible values: vpc and classic.
Declaration
public readonly string NetworkType
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupId
Declaration
public readonly string ResourceGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
SlaveAvailabilityZone
Slave availability zone of the SLBs.
Declaration
public readonly string SlaveAvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |
VpcId
ID of the VPC the SLB belongs to.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
ID of the VSwitch the SLB belongs to.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |