Package com.woorea.openstack.nova.model
Class SimpleTenantUsage
java.lang.Object
com.woorea.openstack.nova.model.SimpleTenantUsage
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<SimpleTenantUsage.ServerUsage>
private String
private String
private String
private String
private BigDecimal
private BigDecimal
private BigDecimal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStart()
getStop()
void
setServerUsages
(List<SimpleTenantUsage.ServerUsage> serverUsages) void
void
void
setTenantId
(String tenantId) void
setTotalHours
(String totalHours) void
setTotalLocalGbUsage
(BigDecimal totalLocalGbUsage) void
setTotalMemoryMbUsage
(BigDecimal totalMemoryMbUsage) void
setTotalVcpusUsage
(BigDecimal totalVcpusUsage) toString()
-
Field Details
-
totalMemoryMbUsage
-
totalVcpusUsage
-
totalLocalGbUsage
-
start
-
stop
-
tenantId
-
totalHours
-
serverUsages
-
-
Constructor Details
-
SimpleTenantUsage
public SimpleTenantUsage()
-
-
Method Details
-
getTotalMemoryMbUsage
- Returns:
- the totalMemoryMbUsage
-
setTotalMemoryMbUsage
- Parameters:
totalMemoryMbUsage
- the totalMemoryMbUsage to set
-
getTotalVcpusUsage
- Returns:
- the totalVcpusUsage
-
setTotalVcpusUsage
- Parameters:
totalVcpusUsage
- the totalVcpusUsage to set
-
getTotalLocalGbUsage
- Returns:
- the totalLocalGbUsage
-
setTotalLocalGbUsage
- Parameters:
totalLocalGbUsage
- the totalLocalGbUsage to set
-
getStart
- Returns:
- the start
-
setStart
- Parameters:
start
- the start to set
-
getStop
- Returns:
- the stop
-
setStop
- Parameters:
stop
- the stop to set
-
getTenantId
- Returns:
- the tenantId
-
setTenantId
- Parameters:
tenantId
- the tenantId to set
-
getTotalHours
- Returns:
- the totalHours
-
setTotalHours
- Parameters:
totalHours
- the totalHours to set
-
getServerUsages
-
setServerUsages
-
toString
-