public class GetVipDetailsData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
address
Map of DC to the IP Address the LB listens on
|
java.util.Map<java.lang.String,java.lang.String> |
connections
Map of DC to number of connections into the LB
|
java.util.Map<java.lang.String,java.lang.String> |
name
Map of DC to the DNS name of the IP Address the LB listens on
|
java.util.List<GetVipDetailRowData> |
rows
List of rows, where each row represents a host in the LB's pool
|
| Constructor and Description |
|---|
GetVipDetailsData() |
| Modifier and Type | Method and Description |
|---|---|
GetVipDetailRowData |
find(java.lang.String hostName) |
public java.util.Map<java.lang.String,java.lang.String> address
public java.util.Map<java.lang.String,java.lang.String> name
public java.util.Map<java.lang.String,java.lang.String> connections
public java.util.List<GetVipDetailRowData> rows
public GetVipDetailRowData find(java.lang.String hostName)
Copyright © 2017 Richard Thurston. All Rights Reserved.