CreateOciFssExportIdDetails¶
-
class
oci.container_instances.models.CreateOciFssExportIdDetails(**kwargs)¶ Bases:
oci.container_instances.models.create_oci_fss_export_details.CreateOciFssExportDetailsThe OCID of the OCI File Storage Service (FSS) Export. The user must have read permission for export-sets.
Attributes
OCI_FSS_EXPORT_TYPE_OCIDstr(object=’’) -> str id[Required] Gets the id of this CreateOciFssExportIdDetails. oci_fss_export_typeGets the oci_fss_export_type of this CreateOciFssExportDetails. Methods
__init__(**kwargs)Initializes a new CreateOciFssExportIdDetails 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 CreateOciFssExportIdDetails object with values from keyword arguments. The default value of the
oci_fss_export_typeattribute of this class isOCIDand 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 CreateOciFssExportIdDetails. Allowed values for this property are: “OCID”
- id (str) – The value to assign to the id property of this CreateOciFssExportIdDetails.
-
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¶ [Required] Gets the id of this CreateOciFssExportIdDetails. The OCID of the OCI File Storage Service (FSS) Export.
Returns: The id of this CreateOciFssExportIdDetails. Return type: str
-
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
-