public class OvhNodeBillingProfile extends Object
| Modifier and Type | Field and Description |
|---|---|
OvhUnitAndValue<Double> |
CPUFrequency
Frequency of one CPU core
canBeNull
|
OvhUnitAndValue<Long> |
diskCapacity
Total capacity available for HDFS
canBeNull
|
Long |
nbCPUCores
Total number of the CPU cores
canBeNull
|
Long |
nbCPUThreads
Total number of the CPU threads
canBeNull
|
OvhUnitAndValue<Long> |
networkBandwidth
Network speed of the link used for the Hadoop process
canBeNull
|
String |
nodeProfile
Name of the Node billing profile
canBeNull
|
OvhUnitAndValue<Long> |
ramQuantity
Total amount of RAM
canBeNull
|
| Constructor and Description |
|---|
OvhNodeBillingProfile() |
public String nodeProfile
public Long nbCPUCores
public OvhUnitAndValue<Long> ramQuantity
public OvhUnitAndValue<Double> CPUFrequency
public Long nbCPUThreads
public OvhUnitAndValue<Long> networkBandwidth
public OvhUnitAndValue<Long> diskCapacity
Copyright © 2017. All rights reserved.