OciFssMountTarget

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

Bases: object

An OCI File Storage Service (FSS) Mount Target. Check https://docs.oracle.com/en-us/iaas/api/#/en/filestorage/20171215/MountTarget for more details.

Attributes

OCI_FSS_MOUNT_TARGET_TYPE_OCID A constant which can be used with the oci_fss_mount_target_type property of a OciFssMountTarget.
oci_fss_mount_target_type Gets the oci_fss_mount_target_type of this OciFssMountTarget.

Methods

__init__(**kwargs) Initializes a new OciFssMountTarget object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
OCI_FSS_MOUNT_TARGET_TYPE_OCID = 'OCID'

A constant which can be used with the oci_fss_mount_target_type property of a OciFssMountTarget. This constant has a value of “OCID”

__init__(**kwargs)

Initializes a new OciFssMountTarget object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:oci_fss_mount_target_type (str) – The value to assign to the oci_fss_mount_target_type property of this OciFssMountTarget. Allowed values for this property are: “OCID”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

oci_fss_mount_target_type

Gets the oci_fss_mount_target_type of this OciFssMountTarget. Determines the mode for supplying the OCI File Storage Service (FSS) Mount target details. The value must be an OCID unless your tenancy is allowed to use HOST as a value.

Allowed values for this property are: “OCID”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The oci_fss_mount_target_type of this OciFssMountTarget.
Return type:str