OciFssExportId

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

Bases: oci.container_instances.models.oci_fss_export.OciFssExport

The OCID of the OCI File Storage Service (FSS) Export. The user must have read permission for export-sets.

Attributes

OCI_FSS_EXPORT_TYPE_OCID str(object=’’) -> str
id Gets the id of this OciFssExportId.
oci_fss_export_type Gets the oci_fss_export_type of this OciFssExport.

Methods

__init__(**kwargs) Initializes a new OciFssExportId 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'
__init__(**kwargs)

Initializes a new OciFssExportId object with values from keyword arguments. The default value of the oci_fss_export_type attribute of this class is OCID and it should not be changed. 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 OciFssExportId. Allowed values for this property are: “OCID”
  • id (str) – The value to assign to the id property of this OciFssExportId.
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.

id

Gets the id of this OciFssExportId. The OCID of the OCI File Storage Service (FSS) Export.

Returns:The id of this OciFssExportId.
Return type:str
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