Show / Hide Table of Contents

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 Source

Address

Service address of the SLBs.

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

CreationTime

SLB creation time.

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

Id

ID of the SLB.

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

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

MasterAvailabilityZone

Master availability zone of the SLBs.

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

Name

SLB name.

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

NetworkType

Network type of the SLBs. Valid values: vpc and classic.

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

RegionId

Region ID the SLB belongs to.

Declaration
public readonly string RegionId
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

Status

SLB current status. Possible values: inactive, active and locked.

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

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

VpcId

ID of the VPC linked to the SLBs.

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

VswitchId

ID of the VSwitch linked to the SLBs.

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