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 Summary
Constructors Constructor Description AddonHcxProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
offer()
Get the offer property: The HCX offer, example VMware MaaS Cloud Provider (Enterprise).void
validate()
Validates the instance.AddonHcxProperties
withOffer(String offer)
Set the offer property: The HCX offer, example VMware MaaS Cloud Provider (Enterprise).-
Methods inherited from class com.azure.resourcemanager.avs.models.AddonProperties
provisioningState
-
-
-
-
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.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classAddonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-