OciFssMountCommand

class oci.container_instances.models.OciFssMountCommand(**kwargs)

Bases: object

Specifications for the mount command to mount the OCI File Storage Service (FSS) File System to Containers.

Methods

__init__(**kwargs) Initializes a new OciFssMountCommand object with values from keyword arguments.

Attributes

mount_options Gets the mount_options of this OciFssMountCommand.
__init__(**kwargs)

Initializes a new OciFssMountCommand object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:mount_options (list[oci.container_instances.models.OciFssMountOption]) – The value to assign to the mount_options property of this OciFssMountCommand.
mount_options

Gets the mount_options of this OciFssMountCommand. List of mount options to be used in the mount command. The order of this array will be maintained while preparing the mount command.

Returns:The mount_options of this OciFssMountCommand.
Return type:list[oci.container_instances.models.OciFssMountOption]