Class SimpleTenantUsage.Builder<T extends SimpleTenantUsage.Builder<T>>
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.SimpleTenantUsage.Builder<T>
- Enclosing class:
SimpleTenantUsage
public abstract static class SimpleTenantUsage.Builder<T extends SimpleTenantUsage.Builder<T>>
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set
<SimpleServerUsage> protected Date
protected Date
protected String
protected double
protected double
protected double
protected double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
protected abstract T
self()
serverUsages
(Set<SimpleServerUsage> serverUsages) serverUsages
(SimpleServerUsage... in) totalHours
(double totalHours) totalLocalGbUsage
(double totalLocalGbUsage) totalMemoryMbUsage
(double totalMemoryMbUsage) totalVcpusUsage
(double totalVcpusUsage)
-
Field Details
-
tenantId
-
totalLocalGbUsage
protected double totalLocalGbUsage -
totalVcpusUsage
protected double totalVcpusUsage -
totalMemoryMbUsage
protected double totalMemoryMbUsage -
totalHours
protected double totalHours -
start
-
stop
-
serverUsages
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
tenantId
- See Also:
-
totalLocalGbUsage
- See Also:
-
totalVcpusUsage
- See Also:
-
totalMemoryMbUsage
- See Also:
-
totalHours
- See Also:
-
start
- See Also:
-
stop
- See Also:
-
serverUsages
- See Also:
-
serverUsages
-
build
-
fromSimpleTenantUsage
-