OssMountConfigMountPointsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new OssMountConfigMountPointsProperty {
object BucketName,
object BucketPath,
object EndPoint,
object MountDir,
object ReadOnly
};
Properties
Name | Type | Description |
---|---|---|
BucketName |
object |
No description. |
BucketPath |
object |
No description. |
EndPoint |
object |
No description. |
MountDir |
object |
No description. |
ReadOnly |
object |
No description. |
BucketName
Required
public object BucketName { get; set; }
- Type: object
BucketPath
Required
public object BucketPath { get; set; }
- Type: object
EndPoint
Required
public object EndPoint { get; set; }
- Type: object
MountDir
Required
public object MountDir { get; set; }
- Type: object
ReadOnly
Required
public object ReadOnly { get; set; }
- Type: object