@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1beta1VolumeNodeResources extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COUNT |
Constructor and Description |
---|
V1beta1VolumeNodeResources() |
Modifier and Type | Method and Description |
---|---|
V1beta1VolumeNodeResources |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Maximum number of unique volumes managed by the CSI driver that can be used on a node.
|
int |
hashCode() |
void |
setCount(Integer count) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNT
public V1beta1VolumeNodeResources count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
Copyright © 2020. All rights reserved.