OssMountConfigProperty
Initializer
import com.aliyun.ros.cdk.fc.RosService.OssMountConfigProperty;
OssMountConfigProperty.builder()
.mountPoints(IResolvable)
.mountPoints(java.util.List<IResolvable)
.mountPoints(OssMountConfigMountPointsProperty>)
.build();
Properties
Name |
Type |
Description |
mountPoints |
com.aliyun.ros.cdk.core.IResolvable OR java.util.ListOssMountConfigMountPointsProperty> |
No description. |
mountPoints
Required
public java.lang.Object getMountPoints();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListOssMountConfigMountPointsProperty>