Class ModifyInstanceRequest

    • Constructor Detail

      • ModifyInstanceRequest

        public ModifyInstanceRequest()
      • ModifyInstanceRequest

        public ModifyInstanceRequest​(ModifyInstanceRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getRegistryId

        public String getRegistryId()
        Get 实例ID
        Returns:
        RegistryId 实例ID
      • setRegistryId

        public void setRegistryId​(String RegistryId)
        Set 实例ID
        Parameters:
        RegistryId - 实例ID
      • getRegistryType

        public String getRegistryType()
        Get 实例的规格, 基础版:basic 标准版:standard 高级版:premium
        Returns:
        RegistryType 实例的规格, 基础版:basic 标准版:standard 高级版:premium
      • setRegistryType

        public void setRegistryType​(String RegistryType)
        Set 实例的规格, 基础版:basic 标准版:standard 高级版:premium
        Parameters:
        RegistryType - 实例的规格, 基础版:basic 标准版:standard 高级版:premium
      • getDeletionProtection

        public Boolean getDeletionProtection()
        Get 实例删除保护,false为关闭
        Returns:
        DeletionProtection 实例删除保护,false为关闭
      • setDeletionProtection

        public void setDeletionProtection​(Boolean DeletionProtection)
        Set 实例删除保护,false为关闭
        Parameters:
        DeletionProtection - 实例删除保护,false为关闭