NasConfigProperty
Initializer
import com.aliyun.ros.cdk.fc3.RosFunction.NasConfigProperty;
NasConfigProperty.builder()
// .groupId(java.lang.Number)
// .groupId(IResolvable)
// .mountPoints(IResolvable)
// .mountPoints(java.util.List<IResolvable)
// .mountPoints(MountPointsProperty>)
// .userId(java.lang.Number)
// .userId(IResolvable)
.build();
Properties
Name |
Type |
Description |
groupId |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
mountPoints |
com.aliyun.ros.cdk.core.IResolvable OR java.util.ListMountPointsProperty> |
No description. |
userId |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
groupId
Optional
public java.lang.Object getGroupId();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
mountPoints
Optional
public java.lang.Object getMountPoints();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListMountPointsProperty>
userId
Optional
public java.lang.Object getUserId();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable