Class VirtualNodePoolSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.VirtualNodePoolSummary.Builder
 
- 
- Enclosing class:
- VirtualNodePoolSummary
 
 public static class VirtualNodePoolSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualNodePoolSummarybuild()VirtualNodePoolSummary.BuilderclusterId(String clusterId)The cluster the virtual node pool is associated with.VirtualNodePoolSummary.BuildercompartmentId(String compartmentId)Compartment of the virtual node pool.VirtualNodePoolSummary.Buildercopy(VirtualNodePoolSummary model)VirtualNodePoolSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.VirtualNodePoolSummary.BuilderdisplayName(String displayName)Display name of the virtual node pool.VirtualNodePoolSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.VirtualNodePoolSummary.Builderid(String id)The OCID of the virtual node pool.VirtualNodePoolSummary.BuilderinitialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels)Initial labels that will be added to the Kubernetes Virtual Node object when it registers.VirtualNodePoolSummary.BuilderkubernetesVersion(String kubernetesVersion)The version of Kubernetes running on the nodes in the node pool.VirtualNodePoolSummary.BuilderlifecycleDetails(String lifecycleDetails)Details about the state of the Virtual Node Pool.VirtualNodePoolSummary.BuilderlifecycleState(VirtualNodePoolLifecycleState lifecycleState)The state of the Virtual Node Pool.VirtualNodePoolSummary.BuildernsgIds(List<String> nsgIds)List of network security group id’s applied to the Virtual Node VNIC.VirtualNodePoolSummary.BuilderplacementConfigurations(List<PlacementConfiguration> placementConfigurations)The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains.VirtualNodePoolSummary.BuilderpodConfiguration(PodConfiguration podConfiguration)The pod configuration for pods run on virtual nodes of this virtual node pool.VirtualNodePoolSummary.Buildersize(Integer size)The number of Virtual Nodes that should be in the Virtual Node Pool.VirtualNodePoolSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.VirtualNodePoolSummary.Buildertaints(List<Taint> taints)A taint is a collection of <key, value, effect>.VirtualNodePoolSummary.BuildertimeCreated(Date timeCreated)The time the virtual node pool was created.VirtualNodePoolSummary.BuildertimeUpdated(Date timeUpdated)The time the virtual node pool was updated.VirtualNodePoolSummary.BuildervirtualNodeTags(VirtualNodeTags virtualNodeTags)
 
- 
- 
- 
Method Detail- 
idpublic VirtualNodePoolSummary.Builder id(String id) The OCID of the virtual node pool.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic VirtualNodePoolSummary.Builder compartmentId(String compartmentId) Compartment of the virtual node pool.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
clusterIdpublic VirtualNodePoolSummary.Builder clusterId(String clusterId) The cluster the virtual node pool is associated with.A virtual node pool can only be associated with one cluster. - Parameters:
- clusterId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic VirtualNodePoolSummary.Builder displayName(String displayName) Display name of the virtual node pool.This is a non-unique value. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
kubernetesVersionpublic VirtualNodePoolSummary.Builder kubernetesVersion(String kubernetesVersion) The version of Kubernetes running on the nodes in the node pool.- Parameters:
- kubernetesVersion- the value to set
- Returns:
- this builder
 
 - 
initialVirtualNodeLabelspublic VirtualNodePoolSummary.Builder initialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels) Initial labels that will be added to the Kubernetes Virtual Node object when it registers.This is the same as virtualNodePool resources. - Parameters:
- initialVirtualNodeLabels- the value to set
- Returns:
- this builder
 
 - 
taintspublic VirtualNodePoolSummary.Builder taints(List<Taint> taints) A taint is a collection of <key, value, effect>.These taints will be applied to the Virtual Nodes of this Virtual Node Pool for Kubernetes scheduling. - Parameters:
- taints- the value to set
- Returns:
- this builder
 
 - 
sizepublic VirtualNodePoolSummary.Builder size(Integer size) The number of Virtual Nodes that should be in the Virtual Node Pool.The placement configurations determine where these virtual nodes are placed. - Parameters:
- size- the value to set
- Returns:
- this builder
 
 - 
placementConfigurationspublic VirtualNodePoolSummary.Builder placementConfigurations(List<PlacementConfiguration> placementConfigurations) The list of placement configurations which determines where Virtual Nodes will be provisioned across as it relates to the subnet and availability domains.The size attribute determines how many we evenly spread across these placement configurations - Parameters:
- placementConfigurations- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic VirtualNodePoolSummary.Builder nsgIds(List<String> nsgIds) List of network security group id’s applied to the Virtual Node VNIC.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
podConfigurationpublic VirtualNodePoolSummary.Builder podConfiguration(PodConfiguration podConfiguration) The pod configuration for pods run on virtual nodes of this virtual node pool.- Parameters:
- podConfiguration- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic VirtualNodePoolSummary.Builder lifecycleState(VirtualNodePoolLifecycleState lifecycleState) The state of the Virtual Node Pool.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic VirtualNodePoolSummary.Builder lifecycleDetails(String lifecycleDetails) Details about the state of the Virtual Node Pool.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic VirtualNodePoolSummary.Builder timeCreated(Date timeCreated) The time the virtual node pool was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic VirtualNodePoolSummary.Builder timeUpdated(Date timeUpdated) The time the virtual node pool was updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic VirtualNodePoolSummary.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic VirtualNodePoolSummary.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic VirtualNodePoolSummary.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”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
virtualNodeTagspublic VirtualNodePoolSummary.Builder virtualNodeTags(VirtualNodeTags virtualNodeTags) 
 - 
buildpublic VirtualNodePoolSummary build() 
 - 
copypublic VirtualNodePoolSummary.Builder copy(VirtualNodePoolSummary model) 
 
- 
 
-