OciFssExport

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

Bases: object

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

Attributes

OCI_FSS_EXPORT_TYPE_OCID A constant which can be used with the oci_fss_export_type property of a OciFssExport.
oci_fss_export_type Gets the oci_fss_export_type of this OciFssExport.

Methods

__init__(**kwargs) Initializes a new OciFssExport 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_EXPORT_TYPE_OCID = 'OCID'

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

__init__(**kwargs)

Initializes a new OciFssExport 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_export_type (str) – The value to assign to the oci_fss_export_type property of this OciFssExport. 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_export_type

Gets the oci_fss_export_type of this OciFssExport. Determines the mode for supplying the OCI File Storage Service (FSS) Export details. The value must be an OCID unless your tenancy is allowed to use PATH 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_export_type of this OciFssExport.
Return type:str