@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[Etc/UTC]") public class V1VolumeNodeResources extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COUNT |
Constructor and Description |
---|
V1VolumeNodeResources() |
Modifier and Type | Method and Description |
---|---|
V1VolumeNodeResources |
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 V1VolumeNodeResources count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
Copyright © 2022. All rights reserved.