public static class NodeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NodeDetails |
build() |
NodeDetails.Builder |
copy(NodeDetails model) |
NodeDetails.Builder |
dbServerId(String dbServerId)
The Db server associated with the node.
|
NodeDetails.Builder |
hostname(String hostname)
The node host name.
|
NodeDetails.Builder |
ip(String ip)
The node IP address.
|
NodeDetails.Builder |
lifecycleState(NodeDetails.LifecycleState lifecycleState)
The current state of the VM cluster network nodes.
|
NodeDetails.Builder |
vip(String vip)
The node virtual IP (VIP) address.
|
NodeDetails.Builder |
vipHostname(String vipHostname)
The node virtual IP (VIP) host name.
|
public NodeDetails.Builder hostname(String hostname)
The node host name.
hostname
- the value to setpublic NodeDetails.Builder ip(String ip)
The node IP address.
ip
- the value to setpublic NodeDetails.Builder vipHostname(String vipHostname)
The node virtual IP (VIP) host name.
vipHostname
- the value to setpublic NodeDetails.Builder vip(String vip)
The node virtual IP (VIP) address.
vip
- the value to setpublic NodeDetails.Builder lifecycleState(NodeDetails.LifecycleState lifecycleState)
The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
lifecycleState
- the value to setpublic NodeDetails.Builder dbServerId(String dbServerId)
The Db server associated with the node.
dbServerId
- the value to setpublic NodeDetails build()
public NodeDetails.Builder copy(NodeDetails model)
Copyright © 2016–2024. All rights reserved.