Class VmClusterSummary
Partial information about the VM Cluster which includes name, memory allocated etc.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class VmClusterSummary
Properties
CpuAllocated
Declaration
[JsonProperty(PropertyName = "cpuAllocated")]
public int? CpuAllocated { get; set; }
Property Value
Type | Description |
---|---|
int? | The cpu allocated on a vm cluster. |
DbNodesCount
Declaration
[JsonProperty(PropertyName = "dbNodesCount")]
public int? DbNodesCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of DB nodes on a vm cluster. |
MemoryAllocatedInGBs
Declaration
[JsonProperty(PropertyName = "memoryAllocatedInGBs")]
public int? MemoryAllocatedInGBs { get; set; }
Property Value
Type | Description |
---|---|
int? | The memory allocated on a vm cluster. |
VmclusterName
Declaration
[Required(ErrorMessage = "VmclusterName is required.")]
[JsonProperty(PropertyName = "vmclusterName")]
public string VmclusterName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the vm cluster. |
Remarks
Required