Class ProvisionedClustersResponseProperties

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClustersPropertiesWithoutSecrets
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClustersResponseProperties

public final class ProvisionedClustersResponseProperties extends ProvisionedClustersPropertiesWithoutSecrets
The ProvisionedClustersResponseProperties model.
  • Constructor Details

    • ProvisionedClustersResponseProperties

      public ProvisionedClustersResponseProperties()
      Creates an instance of ProvisionedClustersResponseProperties class.
  • Method Details

    • enableRbac

      public Boolean enableRbac()
      Get the enableRbac property: EnableRBAC - Whether to enable Kubernetes Role-Based Access Control.
      Returns:
      the enableRbac value.
    • withEnableRbac

      public ProvisionedClustersResponseProperties withEnableRbac(Boolean enableRbac)
      Set the enableRbac property: EnableRBAC - Whether to enable Kubernetes Role-Based Access Control.
      Parameters:
      enableRbac - the enableRbac value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • linuxProfile

      public LinuxProfileProperties linuxProfile()
      Get the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.
      Returns:
      the linuxProfile value.
    • withLinuxProfile

      public ProvisionedClustersResponseProperties withLinuxProfile(LinuxProfileProperties linuxProfile)
      Set the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.
      Parameters:
      linuxProfile - the linuxProfile value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • features

      Get the features property: Additional features specs like Arc Agent Onboarding.
      Returns:
      the features value.
    • withFeatures

      Set the features property: Additional features specs like Arc Agent Onboarding.
      Parameters:
      features - the features value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • addonProfiles

      public Map<String,AddonProfiles> addonProfiles()
      Get the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.
      Returns:
      the addonProfiles value.
    • withAddonProfiles

      public ProvisionedClustersResponseProperties withAddonProfiles(Map<String,AddonProfiles> addonProfiles)
      Set the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.
      Parameters:
      addonProfiles - the addonProfiles value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • controlPlane

      public ControlPlaneProfile controlPlane()
      Get the controlPlane property: ControlPlane - ControlPlane Configuration.
      Returns:
      the controlPlane value.
    • withControlPlane

      public ProvisionedClustersResponseProperties withControlPlane(ControlPlaneProfile controlPlane)
      Set the controlPlane property: ControlPlane - ControlPlane Configuration.
      Parameters:
      controlPlane - the controlPlane value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • kubernetesVersion

      public String kubernetesVersion()
      Get the kubernetesVersion property: KubernetesVersion - Version of Kubernetes specified when creating the managed cluster.
      Returns:
      the kubernetesVersion value.
    • withKubernetesVersion

      public ProvisionedClustersResponseProperties withKubernetesVersion(String kubernetesVersion)
      Set the kubernetesVersion property: KubernetesVersion - Version of Kubernetes specified when creating the managed cluster.
      Parameters:
      kubernetesVersion - the kubernetesVersion value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • networkProfile

      public NetworkProfile networkProfile()
      Get the networkProfile property: NetworkProfile - Profile of network configuration.
      Returns:
      the networkProfile value.
    • withNetworkProfile

      public ProvisionedClustersResponseProperties withNetworkProfile(NetworkProfile networkProfile)
      Set the networkProfile property: NetworkProfile - Profile of network configuration.
      Parameters:
      networkProfile - the networkProfile value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • nodeResourceGroup

      public String nodeResourceGroup()
      Get the nodeResourceGroup property: NodeResourceGroup - Name of the resource group containing agent pool nodes.
      Returns:
      the nodeResourceGroup value.
    • withNodeResourceGroup

      public ProvisionedClustersResponseProperties withNodeResourceGroup(String nodeResourceGroup)
      Set the nodeResourceGroup property: NodeResourceGroup - Name of the resource group containing agent pool nodes.
      Parameters:
      nodeResourceGroup - the nodeResourceGroup value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • agentPoolProfiles

      public List<NamedAgentPoolProfile> agentPoolProfiles()
      Get the agentPoolProfiles property: The agent pools of the cluster.
      Returns:
      the agentPoolProfiles value.
    • withAgentPoolProfiles

      public ProvisionedClustersResponseProperties withAgentPoolProfiles(List<NamedAgentPoolProfile> agentPoolProfiles)
      Set the agentPoolProfiles property: The agent pools of the cluster.
      Parameters:
      agentPoolProfiles - the agentPoolProfiles value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • cloudProviderProfile

      public CloudProviderProfile cloudProviderProfile()
      Get the cloudProviderProfile property: The underlying cloud infra provider properties.
      Returns:
      the cloudProviderProfile value.
    • withCloudProviderProfile

      public ProvisionedClustersResponseProperties withCloudProviderProfile(CloudProviderProfile cloudProviderProfile)
      Set the cloudProviderProfile property: The underlying cloud infra provider properties.
      Parameters:
      cloudProviderProfile - the cloudProviderProfile value to set.
      Returns:
      the ProvisionedClustersResponseProperties object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • status

      Get the status property: HybridAKSClusterStatus defines the observed state of HybridAKSCluster.
      Returns:
      the status value.
    • withAadProfile

      public ProvisionedClustersResponseProperties withAadProfile(AadProfileResponse aadProfile)
      Set the aadProfile property: AAD profile for the provisioned cluster.
      Overrides:
      withAadProfile in class ProvisionedClustersPropertiesWithoutSecrets
      Parameters:
      aadProfile - the aadProfile value to set.
      Returns:
      the ProvisionedClustersPropertiesWithoutSecrets object itself.
    • withWindowsProfile

      public ProvisionedClustersResponseProperties withWindowsProfile(WindowsProfileResponse windowsProfile)
      Set the windowsProfile property: WindowsProfile - Profile for Windows VMs in the Provisioned Cluster.
      Overrides:
      withWindowsProfile in class ProvisionedClustersPropertiesWithoutSecrets
      Parameters:
      windowsProfile - the windowsProfile value to set.
      Returns:
      the ProvisionedClustersPropertiesWithoutSecrets object itself.
    • withHttpProxyConfig

      public ProvisionedClustersResponseProperties withHttpProxyConfig(HttpProxyConfigResponse httpProxyConfig)
      Set the httpProxyConfig property: HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.
      Overrides:
      withHttpProxyConfig in class ProvisionedClustersPropertiesWithoutSecrets
      Parameters:
      httpProxyConfig - the httpProxyConfig value to set.
      Returns:
      the ProvisionedClustersPropertiesWithoutSecrets object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ProvisionedClustersPropertiesWithoutSecrets
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.