public class ServerGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description |
Long |
id |
String |
name |
List<ServerGroup> |
servergroups |
List<Server> |
servers |
String |
source |
State |
state |
String |
type |
Long |
version |
| Constructor and Description |
|---|
ServerGroup() |
ServerGroup(Long id,
String source,
List<Server> servers,
String description,
String name,
State state,
List<ServerGroup> servergroups,
String type,
Long version) |
ServerGroup(State state) |
public State state
@Nullable public List<ServerGroup> servergroups
Copyright © 2016. All rights reserved.