VmClusterSummary¶
-
class
oci.opsi.models.
VmClusterSummary
(**kwargs)¶ Bases:
object
Partial information about the VM Cluster which includes name, memory allocated etc.
Methods
__init__
(**kwargs)Initializes a new VmClusterSummary object with values from keyword arguments. Attributes
cpu_allocated
Gets the cpu_allocated of this VmClusterSummary. db_nodes_count
Gets the db_nodes_count of this VmClusterSummary. memory_allocated_in_gbs
Gets the memory_allocated_in_gbs of this VmClusterSummary. vmcluster_name
[Required] Gets the vmcluster_name of this VmClusterSummary. -
__init__
(**kwargs)¶ Initializes a new VmClusterSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vmcluster_name (str) – The value to assign to the vmcluster_name property of this VmClusterSummary.
- memory_allocated_in_gbs (int) – The value to assign to the memory_allocated_in_gbs property of this VmClusterSummary.
- cpu_allocated (int) – The value to assign to the cpu_allocated property of this VmClusterSummary.
- db_nodes_count (int) – The value to assign to the db_nodes_count property of this VmClusterSummary.
-
cpu_allocated
¶ Gets the cpu_allocated of this VmClusterSummary. The cpu allocated on a vm cluster.
Returns: The cpu_allocated of this VmClusterSummary. Return type: int
-
db_nodes_count
¶ Gets the db_nodes_count of this VmClusterSummary. The number of DB nodes on a vm cluster.
Returns: The db_nodes_count of this VmClusterSummary. Return type: int
-
memory_allocated_in_gbs
¶ Gets the memory_allocated_in_gbs of this VmClusterSummary. The memory allocated on a vm cluster.
Returns: The memory_allocated_in_gbs of this VmClusterSummary. Return type: int
-
vmcluster_name
¶ [Required] Gets the vmcluster_name of this VmClusterSummary. The name of the vm cluster.
Returns: The vmcluster_name of this VmClusterSummary. Return type: str
-