InstanceConfigurationGmcConfigDetail

class oci.core.models.InstanceConfigurationGmcConfigDetail(**kwargs)

Bases: object

Configuration detail for a GPU Memory Cluster entry within an instance configuration.

Methods

__init__(**kwargs) Initializes a new InstanceConfigurationGmcConfigDetail object with values from keyword arguments.

Attributes

availability_domain [Required] Gets the availability_domain of this InstanceConfigurationGmcConfigDetail.
compartment_id [Required] Gets the compartment_id of this InstanceConfigurationGmcConfigDetail.
defined_tags Gets the defined_tags of this InstanceConfigurationGmcConfigDetail.
display_name Gets the display_name of this InstanceConfigurationGmcConfigDetail.
freeform_tags Gets the freeform_tags of this InstanceConfigurationGmcConfigDetail.
gpu_memory_cluster_scale_config Gets the gpu_memory_cluster_scale_config of this InstanceConfigurationGmcConfigDetail.
instance_configuration_id [Required] Gets the instance_configuration_id of this InstanceConfigurationGmcConfigDetail.
size Gets the size of this InstanceConfigurationGmcConfigDetail.
__init__(**kwargs)

Initializes a new InstanceConfigurationGmcConfigDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • instance_configuration_id (str) – The value to assign to the instance_configuration_id property of this InstanceConfigurationGmcConfigDetail.
  • availability_domain (str) – The value to assign to the availability_domain property of this InstanceConfigurationGmcConfigDetail.
  • compartment_id (str) – The value to assign to the compartment_id property of this InstanceConfigurationGmcConfigDetail.
  • size (int) – The value to assign to the size property of this InstanceConfigurationGmcConfigDetail.
  • gpu_memory_cluster_scale_config (oci.core.models.InstanceConfigurationGpuMemoryClusterScaleConfig) – The value to assign to the gpu_memory_cluster_scale_config property of this InstanceConfigurationGmcConfigDetail.
  • display_name (str) – The value to assign to the display_name property of this InstanceConfigurationGmcConfigDetail.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this InstanceConfigurationGmcConfigDetail.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this InstanceConfigurationGmcConfigDetail.
availability_domain

[Required] Gets the availability_domain of this InstanceConfigurationGmcConfigDetail. The availability domain for this GMC configuration entry.

Returns:The availability_domain of this InstanceConfigurationGmcConfigDetail.
Return type:str
compartment_id

[Required] Gets the compartment_id of this InstanceConfigurationGmcConfigDetail. The OCID of the compartment associated with this GMC configuration entry.

Returns:The compartment_id of this InstanceConfigurationGmcConfigDetail.
Return type:str
defined_tags

Gets the defined_tags of this InstanceConfigurationGmcConfigDetail. 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 InstanceConfigurationGmcConfigDetail.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this InstanceConfigurationGmcConfigDetail. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this InstanceConfigurationGmcConfigDetail.
Return type:str
freeform_tags

Gets the freeform_tags of this InstanceConfigurationGmcConfigDetail. 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 InstanceConfigurationGmcConfigDetail.
Return type:dict(str, str)
gpu_memory_cluster_scale_config

Gets the gpu_memory_cluster_scale_config of this InstanceConfigurationGmcConfigDetail.

Returns:The gpu_memory_cluster_scale_config of this InstanceConfigurationGmcConfigDetail.
Return type:oci.core.models.InstanceConfigurationGpuMemoryClusterScaleConfig
instance_configuration_id

[Required] Gets the instance_configuration_id of this InstanceConfigurationGmcConfigDetail. The OCID of the base compute instance configuration associated with this GMC configuration entry.

Returns:The instance_configuration_id of this InstanceConfigurationGmcConfigDetail.
Return type:str
size

Gets the size of this InstanceConfigurationGmcConfigDetail. The desired number of instances for this GMC configuration entry.

Returns:The size of this InstanceConfigurationGmcConfigDetail.
Return type:int