Skip to content

OssMountConfigMountPointsProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfc"
&alicloudroscdkfc.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.

BucketNameRequired

BucketName interface{}
  • Type: interface{}

BucketPathRequired

BucketPath interface{}
  • Type: interface{}

EndPointRequired

EndPoint interface{}
  • Type: interface{}

MountDirRequired

MountDir interface{}
  • Type: interface{}

ReadOnlyRequired

ReadOnly interface{}
  • Type: interface{}