Class AddonArcProperties

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

public final class AddonArcProperties extends AddonProperties
The properties of an Arc addon.
  • Constructor Details

    • AddonArcProperties

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

    • vCenter

      public String vCenter()
      Get the vCenter property: The VMware vCenter resource ID.
      Returns:
      the vCenter value.
    • withVCenter

      public AddonArcProperties withVCenter(String vCenter)
      Set the vCenter property: The VMware vCenter resource ID.
      Parameters:
      vCenter - the vCenter value to set.
      Returns:
      the AddonArcProperties object itself.
    • validate

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