public static final class ControllerNodeAggregateInfo.Builder
extends java.lang.Object
ControllerNodeAggregateInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ControllerNodeAggregateInfo. |
| Modifier and Type | Method and Description |
|---|---|
ControllerNodeAggregateInfo |
build() |
ControllerNodeAggregateInfo.Builder |
setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
ControllerNodeAggregateInfo.Builder |
setId(java.lang.String id)
Unique identifier of this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ControllerNodeAggregateInfo.Builder |
setNodeInterfaceProperties(java.util.List<NodeInterfaceProperties> nodeInterfaceProperties)
Array of Node interface statistic properties
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ControllerNodeAggregateInfo.Builder |
setNodeInterfaceStatistics(java.util.List<NodeInterfaceStatisticsProperties> nodeInterfaceStatistics)
Array of Node network interface statistic properties
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ControllerNodeAggregateInfo.Builder |
setNodeStatus(ClusterNodeStatus nodeStatus) |
ControllerNodeAggregateInfo.Builder |
setNodeStatusProperties(java.util.List<NodeStatusProperties> nodeStatusProperties)
Time series of the node's system properties
|
ControllerNodeAggregateInfo.Builder |
setRoleConfig(ControllerClusterRoleConfig roleConfig) |
public Builder()
ControllerNodeAggregateInfo.public ControllerNodeAggregateInfo.Builder setDisplayName(java.lang.String displayName)
displayName - New value for the property.public ControllerNodeAggregateInfo.Builder setId(java.lang.String id)
id - New value for the property.public ControllerNodeAggregateInfo.Builder setNodeInterfaceProperties(java.util.List<NodeInterfaceProperties> nodeInterfaceProperties)
nodeInterfaceProperties - New value for the property.public ControllerNodeAggregateInfo.Builder setNodeInterfaceStatistics(java.util.List<NodeInterfaceStatisticsProperties> nodeInterfaceStatistics)
nodeInterfaceStatistics - New value for the property.public ControllerNodeAggregateInfo.Builder setNodeStatus(ClusterNodeStatus nodeStatus)
nodeStatus - New value for the property.public ControllerNodeAggregateInfo.Builder setNodeStatusProperties(java.util.List<NodeStatusProperties> nodeStatusProperties)
nodeStatusProperties - New value for the property.public ControllerNodeAggregateInfo.Builder setRoleConfig(ControllerClusterRoleConfig roleConfig)
roleConfig - New value for the property.public ControllerNodeAggregateInfo build()