UsersProps
Properties for defining a Users
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ehpc-users
Initializer
import com.aliyun.ros.cdk.ehpc.UsersProps;
UsersProps.builder()
.clusterId(java.lang.String)
.clusterId(IResolvable)
.users(IResolvable)
.users(java.util.List<IResolvable)
.users(UsersProperty>)
.build();
Properties
Name | Type | Description |
---|---|---|
clusterId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property clusterId: The cluster ID. |
users |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property users: The information about the users. |
clusterId
Required
public java.lang.Object getClusterId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property clusterId: The cluster ID.
users
Required
public java.lang.Object getUsers();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
UsersProperty>
Property users: The information about the users.