Class AddonHcxProperties


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

      • AddonHcxProperties

        public AddonHcxProperties()
    • Method Detail

      • 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.