java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.resourceconnector.fluent.models.ApplianceInner

public final class ApplianceInner extends com.azure.core.management.Resource
Appliances definition.
  • Constructor Details

    • ApplianceInner

      public ApplianceInner()
  • Method Details

    • identity

      public Identity identity()
      Get the identity property: Identity for the resource.
      Returns:
      the identity value.
    • withIdentity

      public ApplianceInner withIdentity(Identity identity)
      Set the identity property: Identity for the resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the ApplianceInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • withLocation

      public ApplianceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ApplianceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • distro

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

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

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

      public ApplianceInner withInfrastructureConfig(AppliancePropertiesInfrastructureConfig infrastructureConfig)
      Set the infrastructureConfig property: Contains infrastructure information about the Appliance.
      Parameters:
      infrastructureConfig - the infrastructureConfig value to set.
      Returns:
      the ApplianceInner 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 ApplianceInner 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 ApplianceInner 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 ApplianceInner withVersion(String version)
      Set the version property: Version of the Appliance.
      Parameters:
      version - the version value to set.
      Returns:
      the ApplianceInner object itself.
    • validate

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