AdvancedClusterFileSystemSummary¶
-
class
oci.database.models.AdvancedClusterFileSystemSummary(**kwargs)¶ Bases:
objectDetails of an advanced cluster file system.
Methods
__init__(**kwargs)Initializes a new AdvancedClusterFileSystemSummary object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this AdvancedClusterFileSystemSummary. defined_tagsGets the defined_tags of this AdvancedClusterFileSystemSummary. descriptionGets the description of this AdvancedClusterFileSystemSummary. freeform_tagsGets the freeform_tags of this AdvancedClusterFileSystemSummary. id[Required] Gets the id of this AdvancedClusterFileSystemSummary. is_mounted[Required] Gets the is_mounted of this AdvancedClusterFileSystemSummary. lifecycle_detailsGets the lifecycle_details of this AdvancedClusterFileSystemSummary. lifecycle_state[Required] Gets the lifecycle_state of this AdvancedClusterFileSystemSummary. mount_point[Required] Gets the mount_point of this AdvancedClusterFileSystemSummary. name[Required] Gets the name of this AdvancedClusterFileSystemSummary. storage_in_gbs[Required] Gets the storage_in_gbs of this AdvancedClusterFileSystemSummary. system_tagsGets the system_tags of this AdvancedClusterFileSystemSummary. time_createdGets the time_created of this AdvancedClusterFileSystemSummary. time_updatedGets the time_updated of this AdvancedClusterFileSystemSummary. vault_idGets the vault_id of this AdvancedClusterFileSystemSummary. vm_cluster_id[Required] Gets the vm_cluster_id of this AdvancedClusterFileSystemSummary. -
__init__(**kwargs)¶ Initializes a new AdvancedClusterFileSystemSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AdvancedClusterFileSystemSummary.
- name (str) – The value to assign to the name property of this AdvancedClusterFileSystemSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this AdvancedClusterFileSystemSummary.
- vm_cluster_id (str) – The value to assign to the vm_cluster_id property of this AdvancedClusterFileSystemSummary.
- vault_id (str) – The value to assign to the vault_id property of this AdvancedClusterFileSystemSummary.
- description (str) – The value to assign to the description property of this AdvancedClusterFileSystemSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this AdvancedClusterFileSystemSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this AdvancedClusterFileSystemSummary.
- storage_in_gbs (int) – The value to assign to the storage_in_gbs property of this AdvancedClusterFileSystemSummary.
- mount_point (str) – The value to assign to the mount_point property of this AdvancedClusterFileSystemSummary.
- is_mounted (bool) – The value to assign to the is_mounted property of this AdvancedClusterFileSystemSummary.
- time_created (datetime) – The value to assign to the time_created property of this AdvancedClusterFileSystemSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this AdvancedClusterFileSystemSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AdvancedClusterFileSystemSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AdvancedClusterFileSystemSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AdvancedClusterFileSystemSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this AdvancedClusterFileSystemSummary. The OCID of the compartment.
Returns: The compartment_id of this AdvancedClusterFileSystemSummary. Return type: str
Gets the defined_tags of this AdvancedClusterFileSystemSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The defined_tags of this AdvancedClusterFileSystemSummary. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this AdvancedClusterFileSystemSummary. Description of the advanced cluster file system.
Returns: The description of this AdvancedClusterFileSystemSummary. Return type: str
Gets the freeform_tags of this AdvancedClusterFileSystemSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this AdvancedClusterFileSystemSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this AdvancedClusterFileSystemSummary. The OCID of the advanced cluster file system.
Returns: The id of this AdvancedClusterFileSystemSummary. Return type: str
-
is_mounted¶ [Required] Gets the is_mounted of this AdvancedClusterFileSystemSummary. True if the file system is mounted on all VMs within VM Cluster.
Returns: The is_mounted of this AdvancedClusterFileSystemSummary. Return type: bool
-
lifecycle_details¶ Gets the lifecycle_details of this AdvancedClusterFileSystemSummary. Additional information about the current lifecycle state.
Returns: The lifecycle_details of this AdvancedClusterFileSystemSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this AdvancedClusterFileSystemSummary. The current state of the advanced cluster file system.
Returns: The lifecycle_state of this AdvancedClusterFileSystemSummary. Return type: str
-
mount_point¶ [Required] Gets the mount_point of this AdvancedClusterFileSystemSummary. The mount point of file system.
Returns: The mount_point of this AdvancedClusterFileSystemSummary. Return type: str
-
name¶ [Required] Gets the name of this AdvancedClusterFileSystemSummary. The user-friendly name for the Advanced cluster file system. The file system name is unique for a cluster.
Returns: The name of this AdvancedClusterFileSystemSummary. Return type: str
-
storage_in_gbs¶ [Required] Gets the storage_in_gbs of this AdvancedClusterFileSystemSummary. The total storage allocated for advanced cluster file system in GBs.
Returns: The storage_in_gbs of this AdvancedClusterFileSystemSummary. Return type: int
Gets the system_tags of this AdvancedClusterFileSystemSummary. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The system_tags of this AdvancedClusterFileSystemSummary. Return type: dict(str, dict(str, object))
-
time_created¶ Gets the time_created of this AdvancedClusterFileSystemSummary. The date and time the advanced cluster file system was created.
Returns: The time_created of this AdvancedClusterFileSystemSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this AdvancedClusterFileSystemSummary. The last date and time that the advanced cluster file system was updated.
Returns: The time_updated of this AdvancedClusterFileSystemSummary. Return type: datetime
-