Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.49 KB

VmConfiguration.md

File metadata and controls

26 lines (22 loc) · 1.49 KB

Org.OpenAPITools.Model.VmConfiguration

Properties

Name Type Description Notes
Id int Configuration ID [optional]
ProviderId int ID of the cloud provider [optional]
ProviderName string Name of the cloud provider [optional]
LocationId int Location ID [optional]
LocationName string Location name (city or state) [optional]
DataCenterId string ID of the data center [optional]
DataCenterName string Name of the data center [optional]
OsId int ID of the operating system [optional]
OsType string Type of the operating system [optional]
OsVersion string Version of the operating system [optional]
CloudNetworkTypes List<string> List of the cloud network types [optional]
VCpuType string Type of virtual Central Processing Units (vCPUs) [optional]
VCpu int Number of virtual Central Processing Units (vCPUs) [optional]
RamGb int Capacity of the RAM in gigabytes [optional]
VolumeGb int Capacity of the volume in gigabytes [optional]
VolumeType string Volume type [optional]
Cost VmConfigurationCost [optional]

[Back to Model list] [Back to API list] [Back to README]