OciFssMountOption

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

Bases: object

A mount option to be used in the mount command while mounting the OCI File Storage Service (FSS) File System to Containers. The mount option will look like option=value in the mount command.

Methods

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

Attributes

option Gets the option of this OciFssMountOption.
value Gets the value of this OciFssMountOption.
__init__(**kwargs)

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

Parameters:
  • option (str) – The value to assign to the option property of this OciFssMountOption.
  • value (str) – The value to assign to the value property of this OciFssMountOption.
option

Gets the option of this OciFssMountOption. A generic (https://man7.org/linux/man-pages/man8/mount.8.html) or nfs (https://man7.org/linux/man-pages/man5/nfs.5.html) mount option.

Returns:The option of this OciFssMountOption.
Return type:str
value

Gets the value of this OciFssMountOption. The value of the mount option.

Returns:The value of this OciFssMountOption.
Return type:str