Click or drag to resize

ResourcesSize Class

An object which defines the size of the DBaaS resources.
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesResourcesSize

Namespace:  Aruba.Cloud.WsDBaaS.Entities
Assembly:  WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class ResourcesSize

The ResourcesSize type exposes the following members.

Constructors
  NameDescription
Public methodResourcesSize
Initializes a new instance of the ResourcesSize class
Top
Properties
  NameDescription
Public propertyRamSize
The size of ram in GB (only for dedicated instances).
Public propertyStorageSize
The size of the storage in GB.
Public propertyvCPUSize
Number of cpu cores (only for dedicated instances).
Top
See Also