ComputeGpuMemoryCluster¶
-
class
oci.core.models.ComputeGpuMemoryCluster(**kwargs)¶ Bases:
objectThe customer facing object includes GPU Memory Cluster details.
Attributes
LIFECYCLE_STATE_ACTIVEA constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. LIFECYCLE_STATE_CREATINGA constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. LIFECYCLE_STATE_DELETEDA constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. LIFECYCLE_STATE_DELETINGA constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. LIFECYCLE_STATE_UPDATINGA constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. availability_domain[Required] Gets the availability_domain of this ComputeGpuMemoryCluster. compartment_id[Required] Gets the compartment_id of this ComputeGpuMemoryCluster. compute_cluster_id[Required] Gets the compute_cluster_id of this ComputeGpuMemoryCluster. defined_tagsGets the defined_tags of this ComputeGpuMemoryCluster. display_nameGets the display_name of this ComputeGpuMemoryCluster. freeform_tagsGets the freeform_tags of this ComputeGpuMemoryCluster. gpu_memory_cluster_scale_configGets the gpu_memory_cluster_scale_config of this ComputeGpuMemoryCluster. gpu_memory_fabric_idGets the gpu_memory_fabric_id of this ComputeGpuMemoryCluster. id[Required] Gets the id of this ComputeGpuMemoryCluster. instance_configuration_id[Required] Gets the instance_configuration_id of this ComputeGpuMemoryCluster. lifecycle_state[Required] Gets the lifecycle_state of this ComputeGpuMemoryCluster. private_ip_idsGets the private_ip_ids of this ComputeGpuMemoryCluster. size[Required] Gets the size of this ComputeGpuMemoryCluster. system_tagsGets the system_tags of this ComputeGpuMemoryCluster. time_created[Required] Gets the time_created of this ComputeGpuMemoryCluster. Methods
__init__(**kwargs)Initializes a new ComputeGpuMemoryCluster object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryCluster. This constant has a value of “UPDATING”
-
__init__(**kwargs)¶ Initializes a new ComputeGpuMemoryCluster object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - availability_domain (str) – The value to assign to the availability_domain property of this ComputeGpuMemoryCluster.
- id (str) – The value to assign to the id property of this ComputeGpuMemoryCluster.
- instance_configuration_id (str) – The value to assign to the instance_configuration_id property of this ComputeGpuMemoryCluster.
- compartment_id (str) – The value to assign to the compartment_id property of this ComputeGpuMemoryCluster.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ComputeGpuMemoryCluster. Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- gpu_memory_fabric_id (str) – The value to assign to the gpu_memory_fabric_id property of this ComputeGpuMemoryCluster.
- compute_cluster_id (str) – The value to assign to the compute_cluster_id property of this ComputeGpuMemoryCluster.
- size (int) – The value to assign to the size property of this ComputeGpuMemoryCluster.
- gpu_memory_cluster_scale_config (oci.core.models.ComputeGpuMemoryClusterScaleConfig) – The value to assign to the gpu_memory_cluster_scale_config property of this ComputeGpuMemoryCluster.
- private_ip_ids (list[str]) – The value to assign to the private_ip_ids property of this ComputeGpuMemoryCluster.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ComputeGpuMemoryCluster.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ComputeGpuMemoryCluster.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ComputeGpuMemoryCluster.
- display_name (str) – The value to assign to the display_name property of this ComputeGpuMemoryCluster.
- time_created (datetime) – The value to assign to the time_created property of this ComputeGpuMemoryCluster.
-
availability_domain¶ [Required] Gets the availability_domain of this ComputeGpuMemoryCluster. The availability domain of the GPU Memory Cluster.
Returns: The availability_domain of this ComputeGpuMemoryCluster. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this ComputeGpuMemoryCluster. The OCID of the compartment that contains the compute GPU memory cluster.
Returns: The compartment_id of this ComputeGpuMemoryCluster. Return type: str
-
compute_cluster_id¶ [Required] Gets the compute_cluster_id of this ComputeGpuMemoryCluster. The OCID of the compute cluster.
Returns: The compute_cluster_id of this ComputeGpuMemoryCluster. Return type: str
Gets the defined_tags of this ComputeGpuMemoryCluster. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this ComputeGpuMemoryCluster. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this ComputeGpuMemoryCluster. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this ComputeGpuMemoryCluster. Return type: str
Gets the freeform_tags of this ComputeGpuMemoryCluster. 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 ComputeGpuMemoryCluster. Return type: dict(str, str)
-
gpu_memory_cluster_scale_config¶ Gets the gpu_memory_cluster_scale_config of this ComputeGpuMemoryCluster.
Returns: The gpu_memory_cluster_scale_config of this ComputeGpuMemoryCluster. Return type: oci.core.models.ComputeGpuMemoryClusterScaleConfig
-
gpu_memory_fabric_id¶ Gets the gpu_memory_fabric_id of this ComputeGpuMemoryCluster. The OCID of the GPU memory fabric.
Returns: The gpu_memory_fabric_id of this ComputeGpuMemoryCluster. Return type: str
-
id¶ [Required] Gets the id of this ComputeGpuMemoryCluster. The OCID for the Customer-unique GPU Memory Cluster
Returns: The id of this ComputeGpuMemoryCluster. Return type: str
-
instance_configuration_id¶ [Required] Gets the instance_configuration_id of this ComputeGpuMemoryCluster. The OCID of the Instance Configuration used to source launch details for this instance.
Returns: The instance_configuration_id of this ComputeGpuMemoryCluster. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this ComputeGpuMemoryCluster. The lifecycle state of the GPU Memory Cluster
Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this ComputeGpuMemoryCluster. Return type: str
-
private_ip_ids¶ Gets the private_ip_ids of this ComputeGpuMemoryCluster. Unique list of OCIDs for private IPs (IPv4/IPv6) associated with the GPU Memory Cluster
Returns: The private_ip_ids of this ComputeGpuMemoryCluster. Return type: list[str]
-
size¶ [Required] Gets the size of this ComputeGpuMemoryCluster. The size represents the total number of instances in the GPU Memory Cluster, including both running instances and those still in the process of launching.
Returns: The size of this ComputeGpuMemoryCluster. Return type: int
Gets the system_tags of this ComputeGpuMemoryCluster. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { “orcl-cloud”: { “free-tier-retained”: “true” } }
Returns: The system_tags of this ComputeGpuMemoryCluster. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this ComputeGpuMemoryCluster. The date and time the GPU Memory Cluster was created.
Example: 2016-09-15T21:10:29.600Z
Returns: The time_created of this ComputeGpuMemoryCluster. Return type: datetime
-