Skip to content

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

Name Type Description
BucketName object No description.
BucketPath object No description.
Endpoint object No description.
MountDir object No description.
ReadOnly object No description.

BucketNameOptional

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

BucketPathOptional

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

EndpointOptional

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

MountDirOptional

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

ReadOnlyOptional

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