Class AddonVrProperties

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

public final class AddonVrProperties extends AddonProperties
The properties of a vSphere Replication (VR) addon.
  • Constructor Details

    • AddonVrProperties

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

    • vrsCount

      public int vrsCount()
      Get the vrsCount property: The vSphere Replication Server (VRS) count.
      Returns:
      the vrsCount value.
    • withVrsCount

      public AddonVrProperties withVrsCount(int vrsCount)
      Set the vrsCount property: The vSphere Replication Server (VRS) count.
      Parameters:
      vrsCount - the vrsCount value to set.
      Returns:
      the AddonVrProperties object itself.
    • validate

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