@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1beta1CSINodeDriver extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ALLOCATABLE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NODE_I_D |
static String |
SERIALIZED_NAME_TOPOLOGY_KEYS |
Constructor and Description |
---|
V1beta1CSINodeDriver() |
Modifier and Type | Method and Description |
---|---|
V1beta1CSINodeDriver |
addTopologyKeysItem(String topologyKeysItem) |
V1beta1CSINodeDriver |
allocatable(V1beta1VolumeNodeResources allocatable) |
boolean |
equals(Object o) |
V1beta1VolumeNodeResources |
getAllocatable()
Get allocatable
|
String |
getName()
This is the name of the CSI driver that this object refers to.
|
String |
getNodeID()
nodeID of the node from the driver point of view.
|
List<String> |
getTopologyKeys()
topologyKeys is the list of keys supported by the driver.
|
int |
hashCode() |
V1beta1CSINodeDriver |
name(String name) |
V1beta1CSINodeDriver |
nodeID(String nodeID) |
void |
setAllocatable(V1beta1VolumeNodeResources allocatable) |
void |
setName(String name) |
void |
setNodeID(String nodeID) |
void |
setTopologyKeys(List<String> topologyKeys) |
V1beta1CSINodeDriver |
topologyKeys(List<String> topologyKeys) |
String |
toString() |
public static final String SERIALIZED_NAME_ALLOCATABLE
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NODE_I_D
public static final String SERIALIZED_NAME_TOPOLOGY_KEYS
public V1beta1CSINodeDriver allocatable(V1beta1VolumeNodeResources allocatable)
@Nullable public V1beta1VolumeNodeResources getAllocatable()
public void setAllocatable(V1beta1VolumeNodeResources allocatable)
public V1beta1CSINodeDriver name(String name)
public String getName()
public void setName(String name)
public V1beta1CSINodeDriver nodeID(String nodeID)
public String getNodeID()
public void setNodeID(String nodeID)
public V1beta1CSINodeDriver topologyKeys(List<String> topologyKeys)
public V1beta1CSINodeDriver addTopologyKeysItem(String topologyKeysItem)
@Nullable public List<String> getTopologyKeys()
Copyright © 2020. All rights reserved.