CreateOciFssExportDetails¶
-
class
oci.container_instances.models.CreateOciFssExportDetails(**kwargs)¶ Bases:
objectAn 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_OCIDA constant which can be used with the oci_fss_export_type property of a CreateOciFssExportDetails. oci_fss_export_typeGets the oci_fss_export_type of this CreateOciFssExportDetails. Methods
__init__(**kwargs)Initializes a new CreateOciFssExportDetails 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 CreateOciFssExportDetails. This constant has a value of “OCID”
-
__init__(**kwargs)¶ Initializes a new CreateOciFssExportDetails 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 CreateOciFssExportDetails. Allowed values for this property are: “OCID”
-
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 CreateOciFssExportDetails. 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”
Returns: The oci_fss_export_type of this CreateOciFssExportDetails. Return type: str
-