ComputeGpuMemoryClusterInstanceSummary¶
-
class
oci.core.models.
ComputeGpuMemoryClusterInstanceSummary
(**kwargs)¶ Bases:
object
The customer facing GPU memory cluster instance object details.
Attributes
LIFECYCLE_STATE_CREATING_IMAGE
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_MOVING
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_PROVISIONING
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_RUNNING
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_STARTING
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_STOPPED
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_STOPPING
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_SUSPENDED
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_SUSPENDING
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_TERMINATED
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. LIFECYCLE_STATE_TERMINATING
A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. availability_domain
Gets the availability_domain of this ComputeGpuMemoryClusterInstanceSummary. compartment_id
Gets the compartment_id of this ComputeGpuMemoryClusterInstanceSummary. display_name
Gets the display_name of this ComputeGpuMemoryClusterInstanceSummary. fault_domain
Gets the fault_domain of this ComputeGpuMemoryClusterInstanceSummary. id
Gets the id of this ComputeGpuMemoryClusterInstanceSummary. instance_configuration_id
Gets the instance_configuration_id of this ComputeGpuMemoryClusterInstanceSummary. instance_shape
Gets the instance_shape of this ComputeGpuMemoryClusterInstanceSummary. lifecycle_state
Gets the lifecycle_state of this ComputeGpuMemoryClusterInstanceSummary. region
Gets the region of this ComputeGpuMemoryClusterInstanceSummary. time_created
Gets the time_created of this ComputeGpuMemoryClusterInstanceSummary. Methods
__init__
(**kwargs)Initializes a new ComputeGpuMemoryClusterInstanceSummary object with values from keyword arguments. -
LIFECYCLE_STATE_CREATING_IMAGE
= 'CREATING_IMAGE'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “CREATING_IMAGE”
-
LIFECYCLE_STATE_MOVING
= 'MOVING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “MOVING”
-
LIFECYCLE_STATE_PROVISIONING
= 'PROVISIONING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “PROVISIONING”
-
LIFECYCLE_STATE_RUNNING
= 'RUNNING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “RUNNING”
-
LIFECYCLE_STATE_STARTING
= 'STARTING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “STARTING”
-
LIFECYCLE_STATE_STOPPED
= 'STOPPED'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “STOPPED”
-
LIFECYCLE_STATE_STOPPING
= 'STOPPING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “STOPPING”
-
LIFECYCLE_STATE_SUSPENDED
= 'SUSPENDED'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “SUSPENDED”
-
LIFECYCLE_STATE_SUSPENDING
= 'SUSPENDING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “SUSPENDING”
-
LIFECYCLE_STATE_TERMINATED
= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “TERMINATED”
-
LIFECYCLE_STATE_TERMINATING
= 'TERMINATING'¶ A constant which can be used with the lifecycle_state property of a ComputeGpuMemoryClusterInstanceSummary. This constant has a value of “TERMINATING”
-
__init__
(**kwargs)¶ Initializes a new ComputeGpuMemoryClusterInstanceSummary 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 ComputeGpuMemoryClusterInstanceSummary.
- id (str) – The value to assign to the id property of this ComputeGpuMemoryClusterInstanceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ComputeGpuMemoryClusterInstanceSummary.
- fault_domain (str) – The value to assign to the fault_domain property of this ComputeGpuMemoryClusterInstanceSummary.
- instance_configuration_id (str) – The value to assign to the instance_configuration_id property of this ComputeGpuMemoryClusterInstanceSummary.
- region (str) – The value to assign to the region property of this ComputeGpuMemoryClusterInstanceSummary.
- instance_shape (str) – The value to assign to the instance_shape property of this ComputeGpuMemoryClusterInstanceSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ComputeGpuMemoryClusterInstanceSummary. Allowed values for this property are: “MOVING”, “PROVISIONING”, “RUNNING”, “STARTING”, “STOPPING”, “STOPPED”, “SUSPENDING”, “SUSPENDED”, “CREATING_IMAGE”, “TERMINATING”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display_name (str) – The value to assign to the display_name property of this ComputeGpuMemoryClusterInstanceSummary.
- time_created (datetime) – The value to assign to the time_created property of this ComputeGpuMemoryClusterInstanceSummary.
-
availability_domain
¶ Gets the availability_domain of this ComputeGpuMemoryClusterInstanceSummary. The availability domain of the GPU memory cluster instance.
Returns: The availability_domain of this ComputeGpuMemoryClusterInstanceSummary. Return type: str
-
compartment_id
¶ Gets the compartment_id of this ComputeGpuMemoryClusterInstanceSummary. The OCID for the compartment compartment.
Returns: The compartment_id of this ComputeGpuMemoryClusterInstanceSummary. Return type: str
-
display_name
¶ Gets the display_name of this ComputeGpuMemoryClusterInstanceSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this ComputeGpuMemoryClusterInstanceSummary. Return type: str
-
fault_domain
¶ Gets the fault_domain of this ComputeGpuMemoryClusterInstanceSummary. The fault domain the GPU memory cluster instance is running in.
Returns: The fault_domain of this ComputeGpuMemoryClusterInstanceSummary. Return type: str
-
id
¶ Gets the id of this ComputeGpuMemoryClusterInstanceSummary. The OCID for the Customer-unique GPU memory cluster instance
Returns: The id of this ComputeGpuMemoryClusterInstanceSummary. Return type: str
-
instance_configuration_id
¶ Gets the instance_configuration_id of this ComputeGpuMemoryClusterInstanceSummary. Configuration to be used for this GPU Memory Cluster instance.
Returns: The instance_configuration_id of this ComputeGpuMemoryClusterInstanceSummary. Return type: str
-
instance_shape
¶ Gets the instance_shape of this ComputeGpuMemoryClusterInstanceSummary. The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling
list_shapes()
.Returns: The instance_shape of this ComputeGpuMemoryClusterInstanceSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this ComputeGpuMemoryClusterInstanceSummary. The lifecycle state of the GPU memory cluster instance
Allowed values for this property are: “MOVING”, “PROVISIONING”, “RUNNING”, “STARTING”, “STOPPING”, “STOPPED”, “SUSPENDING”, “SUSPENDED”, “CREATING_IMAGE”, “TERMINATING”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this ComputeGpuMemoryClusterInstanceSummary. Return type: str
-
region
¶ Gets the region of this ComputeGpuMemoryClusterInstanceSummary. The region that contains the availability domain the instance is running in.
Returns: The region of this ComputeGpuMemoryClusterInstanceSummary. Return type: str
-
time_created
¶ Gets the time_created of this ComputeGpuMemoryClusterInstanceSummary. The date and time the GPU memory cluster instance was created.
Example: 2016-09-15T21:10:29.600Z
Returns: The time_created of this ComputeGpuMemoryClusterInstanceSummary. Return type: datetime
-