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. |
groupIdOptional
public java.lang.Object getGroupId();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
mountPointsOptional
public java.lang.Object getMountPoints();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListMountPointsProperty>
userIdOptional
public java.lang.Object getUserId();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable