OssMountConfigMountPointsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc3;
new OssMountConfigMountPointsProperty {
object BucketName = null,
object BucketPath = null,
object Endpoint = null,
object MountDir = null,
object ReadOnly = null
};
Properties
BucketName
Optional
public object BucketName { get; set; }
BucketPath
Optional
public object BucketPath { get; set; }
Endpoint
Optional
public object Endpoint { get; set; }
MountDir
Optional
public object MountDir { get; set; }
ReadOnly
Optional
public object ReadOnly { get; set; }