Skip to content

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.

BucketNameRequired

public object BucketName { get; set; }
  • Type: object

BucketPathRequired

public object BucketPath { get; set; }
  • Type: object

EndPointRequired

public object EndPoint { get; set; }
  • Type: object

MountDirRequired

public object MountDir { get; set; }
  • Type: object

ReadOnlyRequired

public object ReadOnly { get; set; }
  • Type: object