Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Node.Builder |
availabilityDomain(String availabilityDomain)
The name of the availability domain in which this node is placed.
|
Node |
build() |
Node.Builder |
copy(Node model) |
Node.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Node.Builder |
faultDomain(String faultDomain)
The fault domain of this node.
|
Node.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Node.Builder |
id(String id)
The OCID of the compute instance backing this node.
|
Node.Builder |
kubernetesVersion(String kubernetesVersion)
The version of Kubernetes this node is running.
|
Node.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the state of the node.
|
Node.Builder |
lifecycleState(Node.LifecycleState lifecycleState)
The state of the node.
|
Node.Builder |
name(String name)
The name of the node.
|
Node.Builder |
nodeError(NodeError nodeError)
An error that may be associated with the node.
|
Node.Builder |
nodePoolId(String nodePoolId)
The OCID of the node pool to which this node belongs.
|
Node.Builder |
privateIp(String privateIp)
The private IP address of this node.
|
Node.Builder |
publicIp(String publicIp)
The public IP address of this node.
|
Node.Builder |
subnetId(String subnetId)
The OCID of the subnet in which this node is placed.
|
Node.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
public Node.Builder id(String id)
The OCID of the compute instance backing this node.
id
- the value to setpublic Node.Builder name(String name)
The name of the node.
name
- the value to setpublic Node.Builder kubernetesVersion(String kubernetesVersion)
The version of Kubernetes this node is running.
kubernetesVersion
- the value to setpublic Node.Builder availabilityDomain(String availabilityDomain)
The name of the availability domain in which this node is placed.
availabilityDomain
- the value to setpublic Node.Builder subnetId(String subnetId)
The OCID of the subnet in which this node is placed.
subnetId
- the value to setpublic Node.Builder nodePoolId(String nodePoolId)
The OCID of the node pool to which this node belongs.
nodePoolId
- the value to setpublic Node.Builder faultDomain(String faultDomain)
The fault domain of this node.
faultDomain
- the value to setpublic Node.Builder privateIp(String privateIp)
The private IP address of this node.
privateIp
- the value to setpublic Node.Builder publicIp(String publicIp)
The public IP address of this node.
publicIp
- the value to setpublic Node.Builder nodeError(NodeError nodeError)
An error that may be associated with the node.
nodeError
- the value to setpublic Node.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic Node.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic Node.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic Node.Builder lifecycleState(Node.LifecycleState lifecycleState)
The state of the node. For more information, see Monitoring Clusters
lifecycleState
- the value to setpublic Node.Builder lifecycleDetails(String lifecycleDetails)
Details about the state of the node.
lifecycleDetails
- the value to setpublic Node build()
public Node.Builder copy(Node model)
Copyright © 2016–2024. All rights reserved.