public static class StorageUsageTrend.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StorageUsageTrend |
build() |
StorageUsageTrend.Builder |
copy(StorageUsageTrend model) |
StorageUsageTrend.Builder |
endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
|
StorageUsageTrend.Builder |
fileSystemAvailInPercent(Double fileSystemAvailInPercent)
Filesystem available in percent.
|
StorageUsageTrend.Builder |
fileSystemUsageInGBs(Double fileSystemUsageInGBs)
Filesystem usage in GB.
|
public StorageUsageTrend.Builder endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
endTimestamp
- the value to setpublic StorageUsageTrend.Builder fileSystemUsageInGBs(Double fileSystemUsageInGBs)
Filesystem usage in GB.
fileSystemUsageInGBs
- the value to setpublic StorageUsageTrend.Builder fileSystemAvailInPercent(Double fileSystemAvailInPercent)
Filesystem available in percent.
fileSystemAvailInPercent
- the value to setpublic StorageUsageTrend build()
public StorageUsageTrend.Builder copy(StorageUsageTrend model)
Copyright © 2016–2024. All rights reserved.