Class ApplianceListClusterCustomerUserCredentialResultsInner

java.lang.Object
com.azure.resourcemanager.resourceconnector.fluent.models.ApplianceListClusterCustomerUserCredentialResultsInner

public final class ApplianceListClusterCustomerUserCredentialResultsInner extends Object
The List Cluster Customer User Credential Results appliance.
  • Constructor Details

    • ApplianceListClusterCustomerUserCredentialResultsInner

      public ApplianceListClusterCustomerUserCredentialResultsInner()
  • Method Details

    • kubeconfigs

      public List<ApplianceCredentialKubeconfig> kubeconfigs()
      Get the kubeconfigs property: The list of appliance kubeconfigs.
      Returns:
      the kubeconfigs value.
    • sshKeys

      public Map<String,SshKey> sshKeys()
      Get the sshKeys property: Map of Customer User Public and Private SSH Keys.
      Returns:
      the sshKeys value.
    • validate

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