ComputeGpuMemoryFabricSummary¶
-
class
oci.core.models.
ComputeGpuMemoryFabricSummary
(**kwargs)¶ Bases:
object
Summary information for a compute GPU memory fabric.
Methods
__init__
(**kwargs)Initializes a new ComputeGpuMemoryFabricSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ComputeGpuMemoryFabricSummary. compute_hpc_island_id
[Required] Gets the compute_hpc_island_id of this ComputeGpuMemoryFabricSummary. compute_local_block_id
[Required] Gets the compute_local_block_id of this ComputeGpuMemoryFabricSummary. compute_network_block_id
[Required] Gets the compute_network_block_id of this ComputeGpuMemoryFabricSummary. defined_tags
Gets the defined_tags of this ComputeGpuMemoryFabricSummary. display_name
Gets the display_name of this ComputeGpuMemoryFabricSummary. fabric_health
[Required] Gets the fabric_health of this ComputeGpuMemoryFabricSummary. freeform_tags
Gets the freeform_tags of this ComputeGpuMemoryFabricSummary. id
[Required] Gets the id of this ComputeGpuMemoryFabricSummary. lifecycle_state
[Required] Gets the lifecycle_state of this ComputeGpuMemoryFabricSummary. system_tags
Gets the system_tags of this ComputeGpuMemoryFabricSummary. time_created
[Required] Gets the time_created of this ComputeGpuMemoryFabricSummary. total_host_count
[Required] Gets the total_host_count of this ComputeGpuMemoryFabricSummary. -
__init__
(**kwargs)¶ Initializes a new ComputeGpuMemoryFabricSummary 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 ComputeGpuMemoryFabricSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ComputeGpuMemoryFabricSummary.
- compute_hpc_island_id (str) – The value to assign to the compute_hpc_island_id property of this ComputeGpuMemoryFabricSummary.
- compute_network_block_id (str) – The value to assign to the compute_network_block_id property of this ComputeGpuMemoryFabricSummary.
- compute_local_block_id (str) – The value to assign to the compute_local_block_id property of this ComputeGpuMemoryFabricSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ComputeGpuMemoryFabricSummary.
- fabric_health (str) – The value to assign to the fabric_health property of this ComputeGpuMemoryFabricSummary.
- total_host_count (int) – The value to assign to the total_host_count property of this ComputeGpuMemoryFabricSummary.
- time_created (datetime) – The value to assign to the time_created property of this ComputeGpuMemoryFabricSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ComputeGpuMemoryFabricSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ComputeGpuMemoryFabricSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ComputeGpuMemoryFabricSummary.
- display_name (str) – The value to assign to the display_name property of this ComputeGpuMemoryFabricSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this ComputeGpuMemoryFabricSummary. The OCID for the compartment. This should always be the root compartment.
Returns: The compartment_id of this ComputeGpuMemoryFabricSummary. Return type: str
-
compute_hpc_island_id
¶ [Required] Gets the compute_hpc_island_id of this ComputeGpuMemoryFabricSummary. The OCID for Customer-unique HPC Island
Returns: The compute_hpc_island_id of this ComputeGpuMemoryFabricSummary. Return type: str
-
compute_local_block_id
¶ [Required] Gets the compute_local_block_id of this ComputeGpuMemoryFabricSummary. The OCID for Customer-unique Local Block
Returns: The compute_local_block_id of this ComputeGpuMemoryFabricSummary. Return type: str
-
compute_network_block_id
¶ [Required] Gets the compute_network_block_id of this ComputeGpuMemoryFabricSummary. The OCID for Customer-unique Network Block
Returns: The compute_network_block_id of this ComputeGpuMemoryFabricSummary. Return type: str
Gets the defined_tags of this ComputeGpuMemoryFabricSummary. 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 ComputeGpuMemoryFabricSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this ComputeGpuMemoryFabricSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this ComputeGpuMemoryFabricSummary. Return type: str
-
fabric_health
¶ [Required] Gets the fabric_health of this ComputeGpuMemoryFabricSummary. The health state of the GPU memory fabric
Returns: The fabric_health of this ComputeGpuMemoryFabricSummary. Return type: str
Gets the freeform_tags of this ComputeGpuMemoryFabricSummary. 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 ComputeGpuMemoryFabricSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this ComputeGpuMemoryFabricSummary. The OCID for the Customer-unique GPU memory fabric
Returns: The id of this ComputeGpuMemoryFabricSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ComputeGpuMemoryFabricSummary. The lifecycle state of the GPU memory fabric
Returns: The lifecycle_state of this ComputeGpuMemoryFabricSummary. Return type: str
Gets the system_tags of this ComputeGpuMemoryFabricSummary. 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 ComputeGpuMemoryFabricSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this ComputeGpuMemoryFabricSummary. The date and time that the compute GPU memory fabric record was created, in the format defined by [RFC3339] (https://tools.ietf.org/html/rfc3339).
Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this ComputeGpuMemoryFabricSummary. Return type: datetime
-
total_host_count
¶ [Required] Gets the total_host_count of this ComputeGpuMemoryFabricSummary. The total number of bare metal hosts located in this compute GPU memory fabric.
Returns: The total_host_count of this ComputeGpuMemoryFabricSummary. Return type: int
-