Uses of Class
com.oracle.bmc.containerengine.model.InitialVirtualNodeLabel
-
Packages that use InitialVirtualNodeLabel Package Description com.oracle.bmc.containerengine.model -
-
Uses of InitialVirtualNodeLabel in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return InitialVirtualNodeLabel Modifier and Type Method Description InitialVirtualNodeLabel
InitialVirtualNodeLabel.Builder. build()
Methods in com.oracle.bmc.containerengine.model that return types with arguments of type InitialVirtualNodeLabel Modifier and Type Method Description List<InitialVirtualNodeLabel>
CreateVirtualNodePoolDetails. getInitialVirtualNodeLabels()
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.List<InitialVirtualNodeLabel>
UpdateVirtualNodePoolDetails. getInitialVirtualNodeLabels()
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.List<InitialVirtualNodeLabel>
VirtualNodePool. getInitialVirtualNodeLabels()
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.List<InitialVirtualNodeLabel>
VirtualNodePoolSummary. getInitialVirtualNodeLabels()
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.Methods in com.oracle.bmc.containerengine.model with parameters of type InitialVirtualNodeLabel Modifier and Type Method Description InitialVirtualNodeLabel.Builder
InitialVirtualNodeLabel.Builder. copy(InitialVirtualNodeLabel model)
Method parameters in com.oracle.bmc.containerengine.model with type arguments of type InitialVirtualNodeLabel Modifier and Type Method Description CreateVirtualNodePoolDetails.Builder
CreateVirtualNodePoolDetails.Builder. initialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels)
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.UpdateVirtualNodePoolDetails.Builder
UpdateVirtualNodePoolDetails.Builder. initialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels)
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.VirtualNodePool.Builder
VirtualNodePool.Builder. initialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels)
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.VirtualNodePoolSummary.Builder
VirtualNodePoolSummary.Builder. initialVirtualNodeLabels(List<InitialVirtualNodeLabel> initialVirtualNodeLabels)
Initial labels that will be added to the Kubernetes Virtual Node object when it registers.Constructor parameters in com.oracle.bmc.containerengine.model with type arguments of type InitialVirtualNodeLabel Constructor Description CreateVirtualNodePoolDetails(String compartmentId, String clusterId, String displayName, List<InitialVirtualNodeLabel> initialVirtualNodeLabels, List<Taint> taints, Integer size, List<PlacementConfiguration> placementConfigurations, List<String> nsgIds, PodConfiguration podConfiguration, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, VirtualNodeTags virtualNodeTags)
Deprecated.UpdateVirtualNodePoolDetails(String displayName, List<InitialVirtualNodeLabel> initialVirtualNodeLabels, List<Taint> taints, Integer size, List<PlacementConfiguration> placementConfigurations, List<String> nsgIds, PodConfiguration podConfiguration, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, VirtualNodeTags virtualNodeTags)
Deprecated.VirtualNodePool(String id, String compartmentId, String clusterId, String displayName, String kubernetesVersion, List<InitialVirtualNodeLabel> initialVirtualNodeLabels, List<Taint> taints, Integer size, List<PlacementConfiguration> placementConfigurations, List<String> nsgIds, PodConfiguration podConfiguration, VirtualNodePoolLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, VirtualNodeTags virtualNodeTags)
Deprecated.VirtualNodePoolSummary(String id, String compartmentId, String clusterId, String displayName, String kubernetesVersion, List<InitialVirtualNodeLabel> initialVirtualNodeLabels, List<Taint> taints, Integer size, List<PlacementConfiguration> placementConfigurations, List<String> nsgIds, PodConfiguration podConfiguration, VirtualNodePoolLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, VirtualNodeTags virtualNodeTags)
Deprecated.
-