Class AddonHcxProperties

java.lang.Object
com.azure.resourcemanager.avs.models.AddonProperties
com.azure.resourcemanager.avs.models.AddonHcxProperties

public final class AddonHcxProperties extends AddonProperties
The properties of an HCX addon.
  • Constructor Details

    • AddonHcxProperties

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

    • offer

      public String offer()
      Get the offer property: The HCX offer, example VMware MaaS Cloud Provider (Enterprise).
      Returns:
      the offer value.
    • withOffer

      public AddonHcxProperties withOffer(String offer)
      Set the offer property: The HCX offer, example VMware MaaS Cloud Provider (Enterprise).
      Parameters:
      offer - the offer value to set.
      Returns:
      the AddonHcxProperties object itself.
    • validate

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