Package | Description |
---|---|
com.tencentcloudapi.cynosdb.v20190107.models |
Modifier and Type | Method and Description |
---|---|
UserHostPrivilege[] |
ModifyClusterDatabaseRequest.getNewUserHostPrivileges()
Get Host permissions of the new authorized user
|
UserHostPrivilege[] |
ModifyClusterDatabaseRequest.getOldUserHostPrivileges()
Get Host permissions of previously authorized users
|
UserHostPrivilege[] |
CreateClusterDatabaseRequest.getUserHostPrivileges()
Get Host permissions of the authorized user
|
UserHostPrivilege[] |
DbInfo.getUserHostPrivileges()
Get User permissions Note: This field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyClusterDatabaseRequest.setNewUserHostPrivileges(UserHostPrivilege[] NewUserHostPrivileges)
Set Host permissions of the new authorized user
|
void |
ModifyClusterDatabaseRequest.setOldUserHostPrivileges(UserHostPrivilege[] OldUserHostPrivileges)
Set Host permissions of previously authorized users
|
void |
CreateClusterDatabaseRequest.setUserHostPrivileges(UserHostPrivilege[] UserHostPrivileges)
Set Host permissions of the authorized user
|
void |
DbInfo.setUserHostPrivileges(UserHostPrivilege[] UserHostPrivileges)
Set User permissions Note: This field may return null, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
UserHostPrivilege(UserHostPrivilege 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.
|
Copyright © 2023. All rights reserved.