Class ModifyAccountMaxUserConnectionsRequest


  • public class ModifyAccountMaxUserConnectionsRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyAccountMaxUserConnectionsRequest

        public ModifyAccountMaxUserConnectionsRequest()
      • ModifyAccountMaxUserConnectionsRequest

        public ModifyAccountMaxUserConnectionsRequest​(ModifyAccountMaxUserConnectionsRequest 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

      • getAccounts

        public Account[] getAccounts()
        Get 云数据库账号。
        Returns:
        Accounts 云数据库账号。
      • setAccounts

        public void setAccounts​(Account[] Accounts)
        Set 云数据库账号。
        Parameters:
        Accounts - 云数据库账号。
      • getInstanceId

        public String getInstanceId()
        Get 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
        Returns:
        InstanceId 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
        Parameters:
        InstanceId - 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
      • getMaxUserConnections

        public Long getMaxUserConnections()
        Get 设置账户最大可用连接数,最大可设置值为10240。
        Returns:
        MaxUserConnections 设置账户最大可用连接数,最大可设置值为10240。
      • setMaxUserConnections

        public void setMaxUserConnections​(Long MaxUserConnections)
        Set 设置账户最大可用连接数,最大可设置值为10240。
        Parameters:
        MaxUserConnections - 设置账户最大可用连接数,最大可设置值为10240。