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

public final class ApplianceProperties extends Object
Properties for an appliance.
  • Constructor Details

    • ApplianceProperties

      public ApplianceProperties()
  • Method Details

    • distro

      public Distro distro()
      Get the distro property: Represents a supported Fabric/Infra. (AKSEdge etc...).
      Returns:
      the distro value.
    • withDistro

      public ApplianceProperties withDistro(Distro distro)
      Set the distro property: Represents a supported Fabric/Infra. (AKSEdge etc...).
      Parameters:
      distro - the distro value to set.
      Returns:
      the ApplianceProperties object itself.
    • infrastructureConfig

      public AppliancePropertiesInfrastructureConfig infrastructureConfig()
      Get the infrastructureConfig property: Contains infrastructure information about the Appliance.
      Returns:
      the infrastructureConfig value.
    • withInfrastructureConfig

      public ApplianceProperties withInfrastructureConfig(AppliancePropertiesInfrastructureConfig infrastructureConfig)
      Set the infrastructureConfig property: Contains infrastructure information about the Appliance.
      Parameters:
      infrastructureConfig - the infrastructureConfig value to set.
      Returns:
      the ApplianceProperties object itself.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The current deployment or provisioning state, which only appears in the response.
      Returns:
      the provisioningState value.
    • publicKey

      public String publicKey()
      Get the publicKey property: Certificates pair used to download MSI certificate from HIS.
      Returns:
      the publicKey value.
    • withPublicKey

      public ApplianceProperties withPublicKey(String publicKey)
      Set the publicKey property: Certificates pair used to download MSI certificate from HIS.
      Parameters:
      publicKey - the publicKey value to set.
      Returns:
      the ApplianceProperties object itself.
    • status

      public Status status()
      Get the status property: Appliance’s health and state of connection to on-prem.
      Returns:
      the status value.
    • version

      public String version()
      Get the version property: Version of the Appliance.
      Returns:
      the version value.
    • withVersion

      public ApplianceProperties withVersion(String version)
      Set the version property: Version of the Appliance.
      Parameters:
      version - the version value to set.
      Returns:
      the ApplianceProperties object itself.
    • validate

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