OciFssMountTargetId¶
-
class
oci.container_instances.models.OciFssMountTargetId(**kwargs)¶ Bases:
oci.container_instances.models.oci_fss_mount_target.OciFssMountTargetThe OCID of the OCI File Storage Service (FSS) Mount Target. The user must have read permission for mount-targets.
Attributes
OCI_FSS_MOUNT_TARGET_TYPE_OCIDstr(object=’’) -> str idGets the id of this OciFssMountTargetId. oci_fss_mount_target_typeGets the oci_fss_mount_target_type of this OciFssMountTarget. Methods
__init__(**kwargs)Initializes a new OciFssMountTargetId 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'¶
-
__init__(**kwargs)¶ Initializes a new OciFssMountTargetId object with values from keyword arguments. The default value of the
oci_fss_mount_target_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_mount_target_type (str) – The value to assign to the oci_fss_mount_target_type property of this OciFssMountTargetId. Allowed values for this property are: “OCID”
- id (str) – The value to assign to the id property of this OciFssMountTargetId.
-
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 OciFssMountTargetId. The OCID of the OCI File Storage Service (FSS) Mount Target.
Returns: The id of this OciFssMountTargetId. Return type: str
-
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
-