Class GetLoadBalancersSlbResult
Inheritance
System.Object
GetLoadBalancersSlbResult
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 GetLoadBalancersSlbResult
Fields
View SourceAddress
Service address of the SLBs.
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
SLB creation time.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the SLB.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Internet
SLB addressType: internet if true, intranet if false. Must be false when network_type is vpc.
Declaration
public readonly bool Internet
Field Value
| Type | Description |
|---|---|
| System.Boolean |
MasterAvailabilityZone
Master availability zone of the SLBs.
Declaration
public readonly string MasterAvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
Name
SLB name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkType
Network type of the SLBs. Valid values: vpc and classic.
Declaration
public readonly string NetworkType
Field Value
| Type | Description |
|---|---|
| System.String |
RegionId
Region ID the SLB belongs to.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
SlaveAvailabilityZone
Slave availability zone of the SLBs.
Declaration
public readonly string SlaveAvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
Status
SLB current status. Possible values: inactive, active and locked.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to the SLB instances. The tags can have a maximum of 5 tag. It must be in the format:
data "alicloud.slb.getLoadBalancers" "taggedInstances" {
tags = {
tagKey1 = "tagValue1",
tagKey2 = "tagValue2"
}
}
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
VpcId
ID of the VPC linked to the SLBs.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
ID of the VSwitch linked to the SLBs.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |