Class ServerUpgradeParameters


  • public final class ServerUpgradeParameters
    extends Object
    The ServerUpgradeParameters model.
    • Constructor Detail

      • ServerUpgradeParameters

        public ServerUpgradeParameters()
    • Method Detail

      • targetServerVersion

        public String targetServerVersion()
        Get the targetServerVersion property: Represents an server storage profile.
        Returns:
        the targetServerVersion value.
      • withTargetServerVersion

        public ServerUpgradeParameters withTargetServerVersion​(String targetServerVersion)
        Set the targetServerVersion property: Represents an server storage profile.
        Parameters:
        targetServerVersion - the targetServerVersion value to set.
        Returns:
        the ServerUpgradeParameters object itself.
      • validate

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