CreateOciFssMountCommandDetails¶
-
class
oci.container_instances.models.CreateOciFssMountCommandDetails(**kwargs)¶ Bases:
objectSpecifications for the mount command to mount the OCI File Storage Service (FSS) File System to Containers.
Methods
__init__(**kwargs)Initializes a new CreateOciFssMountCommandDetails object with values from keyword arguments. Attributes
mount_optionsGets the mount_options of this CreateOciFssMountCommandDetails. -
__init__(**kwargs)¶ Initializes a new CreateOciFssMountCommandDetails 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.CreateOciFssMountOptionDetails]) – The value to assign to the mount_options property of this CreateOciFssMountCommandDetails.
-
mount_options¶ Gets the mount_options of this CreateOciFssMountCommandDetails. 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 CreateOciFssMountCommandDetails. Return type: list[oci.container_instances.models.CreateOciFssMountOptionDetails]
-