Skip to content

AdditionalVolumesProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkehpc"
&alicloudroscdkehpc.AdditionalVolumesProperty {
    LocalDirectory: interface{},
    VolumeId: interface{},
    VolumeMountpoint: interface{},
    JobQueue: interface{},
    Location: interface{},
    RemoteDirectory: interface{},
    VolumeProtocol: interface{},
    VolumeType: interface{},
}

Properties

Name Type Description
LocalDirectory interface{} No description.
VolumeId interface{} No description.
VolumeMountpoint interface{} No description.
JobQueue interface{} No description.
Location interface{} No description.
RemoteDirectory interface{} No description.
VolumeProtocol interface{} No description.
VolumeType interface{} No description.

LocalDirectoryRequired

LocalDirectory interface{}
  • Type: interface{}

VolumeIdRequired

VolumeId interface{}
  • Type: interface{}

VolumeMountpointRequired

VolumeMountpoint interface{}
  • Type: interface{}

JobQueueOptional

JobQueue interface{}
  • Type: interface{}

LocationOptional

Location interface{}
  • Type: interface{}

RemoteDirectoryOptional

RemoteDirectory interface{}
  • Type: interface{}

VolumeProtocolOptional

VolumeProtocol interface{}
  • Type: interface{}

VolumeTypeOptional

VolumeType interface{}
  • Type: interface{}