Package com.cloudera.cdp.compute.model
Class AksState
java.lang.Object
com.cloudera.cdp.compute.model.AksState
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:43.033-08:00")
public class AksState
extends Object
AKS state response structure.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for adminUsername.Getter for clusterDisplayName.Getter for clusterResourceGroup.Getter for clusterResourceGroupCreated.Getter for deployments.Getter for dnsServiceIp.Getter for dockerBridgeCidr.Getter for enableHttpApplicationRouting.Getter for enableMonitoring.Getter for instanceGroups.Getter for logAnalyticsWorkspace.Getter for logAnalyticsWorkspaceResourceGroup.Getter for masterDnsPrefix.Getter for networkCidrs.Getter for networkPlugin.Getter for networkPolicy.Getter for parentResourceGroup.Getter for podCidr.Getter for provider.Getter for security.Getter for selectedSubnet.Getter for serviceCidr.Getter for sshPublicKey.Getter for sshPublicKeyContents.Getter for subnets.getTags()
Getter for tags.Getter for userData.Getter for virtualNetwork.Getter for virtualNetworkResourceGroup.Getter for workerEgressRules.Getter for workerIngressRules.int
hashCode()
void
setAdminUsername
(String adminUsername) Setter for adminUsername.void
setClusterDisplayName
(String clusterDisplayName) Setter for clusterDisplayName.void
setClusterResourceGroup
(String clusterResourceGroup) Setter for clusterResourceGroup.void
setClusterResourceGroupCreated
(Boolean clusterResourceGroupCreated) Setter for clusterResourceGroupCreated.void
setDeployments
(CommonDeploymentsResp deployments) Setter for deployments.void
setDnsServiceIp
(String dnsServiceIp) Setter for dnsServiceIp.void
setDockerBridgeCidr
(String dockerBridgeCidr) Setter for dockerBridgeCidr.void
setEnableHttpApplicationRouting
(Boolean enableHttpApplicationRouting) Setter for enableHttpApplicationRouting.void
setEnableMonitoring
(Boolean enableMonitoring) Setter for enableMonitoring.void
setInstanceGroups
(Map<String, AksInstanceGroup> instanceGroups) Setter for instanceGroups.void
setLogAnalyticsWorkspace
(String logAnalyticsWorkspace) Setter for logAnalyticsWorkspace.void
setLogAnalyticsWorkspaceResourceGroup
(String logAnalyticsWorkspaceResourceGroup) Setter for logAnalyticsWorkspaceResourceGroup.void
setMasterDnsPrefix
(String masterDnsPrefix) Setter for masterDnsPrefix.void
setNetworkCidrs
(List<String> networkCidrs) Setter for networkCidrs.void
setNetworkPlugin
(String networkPlugin) Setter for networkPlugin.void
setNetworkPolicy
(String networkPolicy) Setter for networkPolicy.void
setParentResourceGroup
(String parentResourceGroup) Setter for parentResourceGroup.void
setPodCidr
(String podCidr) Setter for podCidr.void
setProvider
(String provider) Setter for provider.void
setSecurity
(CommonSecurityResp security) Setter for security.void
setSelectedSubnet
(String selectedSubnet) Setter for selectedSubnet.void
setServiceCidr
(String serviceCidr) Setter for serviceCidr.void
setSshPublicKey
(String sshPublicKey) Setter for sshPublicKey.void
setSshPublicKeyContents
(String sshPublicKeyContents) Setter for sshPublicKeyContents.void
setSubnets
(List<String> subnets) Setter for subnets.void
Setter for tags.void
setUserData
(String userData) Setter for userData.void
setVirtualNetwork
(String virtualNetwork) Setter for virtualNetwork.void
setVirtualNetworkResourceGroup
(String virtualNetworkResourceGroup) Setter for virtualNetworkResourceGroup.void
setWorkerEgressRules
(List<String> workerEgressRules) Setter for workerEgressRules.void
setWorkerIngressRules
(List<String> workerIngressRules) Setter for workerIngressRules.toString()
-
Constructor Details
-
AksState
public AksState()
-
-
Method Details
-
getProvider
Getter for provider. Cloud provider. -
setProvider
Setter for provider. Cloud provider. -
getClusterDisplayName
Getter for clusterDisplayName. Cluster display name. -
setClusterDisplayName
Setter for clusterDisplayName. Cluster display name. -
getClusterResourceGroup
Getter for clusterResourceGroup. The Cluster ResourceGroup. Filled based on Parent ResourceGroup or ClusterDisplayName. -
setClusterResourceGroup
Setter for clusterResourceGroup. The Cluster ResourceGroup. Filled based on Parent ResourceGroup or ClusterDisplayName. -
getClusterResourceGroupCreated
Getter for clusterResourceGroupCreated. Specifies whether ClusterResourceGroup was created or not. -
setClusterResourceGroupCreated
Setter for clusterResourceGroupCreated. Specifies whether ClusterResourceGroup was created or not. -
getEnableHttpApplicationRouting
Getter for enableHttpApplicationRouting. Specifies whether httpApplicationRouting addon is enabled or not. -
setEnableHttpApplicationRouting
Setter for enableHttpApplicationRouting. Specifies whether httpApplicationRouting addon is enabled or not. -
getEnableMonitoring
Getter for enableMonitoring. Specifies whether monitoring addon is enabled or not. -
setEnableMonitoring
Setter for enableMonitoring. Specifies whether monitoring addon is enabled or not. -
getLogAnalyticsWorkspaceResourceGroup
Getter for logAnalyticsWorkspaceResourceGroup. The resource group for the Azure Log Analytics Workspace. -
setLogAnalyticsWorkspaceResourceGroup
Setter for logAnalyticsWorkspaceResourceGroup. The resource group for the Azure Log Analytics Workspace. -
getLogAnalyticsWorkspace
Getter for logAnalyticsWorkspace. An existing Azure Log Analytics Workspace for monitoring addon. -
setLogAnalyticsWorkspace
Setter for logAnalyticsWorkspace. An existing Azure Log Analytics Workspace for monitoring addon. -
getVirtualNetworkResourceGroup
Getter for virtualNetworkResourceGroup. The resource group for the Azure Virtual Network. Composite of agent virtual network subnet ID. -
setVirtualNetworkResourceGroup
Setter for virtualNetworkResourceGroup. The resource group for the Azure Virtual Network. Composite of agent virtual network subnet ID. -
getVirtualNetwork
Getter for virtualNetwork. An existing Azure Virtual Network. Composite of agent virtual network subnet ID. -
setVirtualNetwork
Setter for virtualNetwork. An existing Azure Virtual Network. Composite of agent virtual network subnet ID. -
getSubnets
Getter for subnets. An array specifying existing Azure Virtual Subnets. Composite of agent virtual network subnet IDs. -
setSubnets
Setter for subnets. An array specifying existing Azure Virtual Subnets. Composite of agent virtual network subnet IDs. -
getSelectedSubnet
Getter for selectedSubnet. Selected Subnet from the list that is provided -
setSelectedSubnet
Setter for selectedSubnet. Selected Subnet from the list that is provided -
getParentResourceGroup
Getter for parentResourceGroup. The ResourceGroup which may be used for almost all the Azure resources created (with VirtualNetwork and Node ResourceGroup being exceptions). -
setParentResourceGroup
Setter for parentResourceGroup. The ResourceGroup which may be used for almost all the Azure resources created (with VirtualNetwork and Node ResourceGroup being exceptions). -
getAdminUsername
Getter for adminUsername. The username to use for Linux VMs. -
setAdminUsername
Setter for adminUsername. The username to use for Linux VMs. -
getSshPublicKeyContents
Getter for sshPublicKeyContents. The content of the SSH configuration for Linux VMs, Opposite to sshPublicKey. -
setSshPublicKeyContents
Setter for sshPublicKeyContents. The content of the SSH configuration for Linux VMs, Opposite to sshPublicKey. -
getSshPublicKey
Getter for sshPublicKey. The local path of the SSH configuration for Linux VMs, Opposite to sshPublicKeyContents. -
setSshPublicKey
Setter for sshPublicKey. The local path of the SSH configuration for Linux VMs, Opposite to sshPublicKeyContents. -
getDnsServiceIp
Getter for dnsServiceIp. An IP address assigned to the kubernetes DNS service, it must be within the kubernetes service address range specified in serviceCidr. -
setDnsServiceIp
Setter for dnsServiceIp. An IP address assigned to the kubernetes DNS service, it must be within the kubernetes service address range specified in serviceCidr. -
getDockerBridgeCidr
Getter for dockerBridgeCidr. A CIDR notation IP range assigned to the Docker bridge network, it must not overlap with any Azure Subnet IP ranges or the kubernetes service address range. -
setDockerBridgeCidr
Setter for dockerBridgeCidr. A CIDR notation IP range assigned to the Docker bridge network, it must not overlap with any Azure Subnet IP ranges or the kubernetes service address range. -
getNetworkPlugin
Getter for networkPlugin. The plugin used for kubernetes network. -
setNetworkPlugin
Setter for networkPlugin. The plugin used for kubernetes network. -
getNetworkPolicy
Getter for networkPolicy. The policy used for kubernetes network. -
setNetworkPolicy
Setter for networkPolicy. The policy used for kubernetes network. -
getPodCidr
Getter for podCidr. A CIDR notation IP range from which to assign pod IPs when networkPlugin is using kubenet. -
setPodCidr
Setter for podCidr. A CIDR notation IP range from which to assign pod IPs when networkPlugin is using kubenet. -
getServiceCidr
Getter for serviceCidr. A CIDR notation IP range from which to assign service cluster IPs, it must not overlap with any Azure Subnet IP ranges. -
setServiceCidr
Setter for serviceCidr. A CIDR notation IP range from which to assign service cluster IPs, it must not overlap with any Azure Subnet IP ranges. -
getNetworkCidrs
Getter for networkCidrs. The actual CIDR ranges of the virtual network. -
setNetworkCidrs
Setter for networkCidrs. The actual CIDR ranges of the virtual network. -
getWorkerIngressRules
Getter for workerIngressRules. Ingress rules for worker nodes. -
setWorkerIngressRules
Setter for workerIngressRules. Ingress rules for worker nodes. -
getWorkerEgressRules
Getter for workerEgressRules. Egress rules for worker nodes. -
setWorkerEgressRules
Setter for workerEgressRules. Egress rules for worker nodes. -
getMasterDnsPrefix
Getter for masterDnsPrefix. DNS prefix used for hostnames in the cluster. -
setMasterDnsPrefix
Setter for masterDnsPrefix. DNS prefix used for hostnames in the cluster. -
getTags
Getter for tags. Tags. -
setTags
Setter for tags. Tags. -
getInstanceGroups
Getter for instanceGroups. Instance groups. -
setInstanceGroups
Setter for instanceGroups. Instance groups. -
getDeployments
Getter for deployments. Deployments. -
setDeployments
Setter for deployments. Deployments. -
getUserData
Getter for userData. User data. -
setUserData
Setter for userData. User data. -
getSecurity
Getter for security. Security. -
setSecurity
Setter for security. Security. -
equals
-
hashCode
public int hashCode() -
toString
-