Skip to content

OssMountConfigMountPointsProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfc3"
&alicloudroscdkfc3.OssMountConfigMountPointsProperty {
    BucketName: interface{},
    BucketPath: interface{},
    Endpoint: interface{},
    MountDir: interface{},
    ReadOnly: interface{},
}

Properties

Name Type Description
BucketName interface{} No description.
BucketPath interface{} No description.
Endpoint interface{} No description.
MountDir interface{} No description.
ReadOnly interface{} No description.

BucketNameOptional

BucketName interface{}
  • Type: interface{}

BucketPathOptional

BucketPath interface{}
  • Type: interface{}

EndpointOptional

Endpoint interface{}
  • Type: interface{}

MountDirOptional

MountDir interface{}
  • Type: interface{}

ReadOnlyOptional

ReadOnly interface{}
  • Type: interface{}