public interface V1CSINodeDriverFluent<A extends V1CSINodeDriverFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1CSINodeDriverFluent.AllocatableNested<N> |
@Deprecated V1VolumeNodeResources getAllocatable()
V1VolumeNodeResources buildAllocatable()
A withAllocatable(V1VolumeNodeResources allocatable)
Boolean hasAllocatable()
V1CSINodeDriverFluent.AllocatableNested<A> withNewAllocatable()
V1CSINodeDriverFluent.AllocatableNested<A> withNewAllocatableLike(V1VolumeNodeResources item)
V1CSINodeDriverFluent.AllocatableNested<A> editAllocatable()
V1CSINodeDriverFluent.AllocatableNested<A> editOrNewAllocatable()
V1CSINodeDriverFluent.AllocatableNested<A> editOrNewAllocatableLike(V1VolumeNodeResources item)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
String getNodeID()
Boolean hasNodeID()
A withNewNodeID(StringBuilder arg1)
A withNewNodeID(StringBuffer arg1)
A addAllToTopologyKeys(Collection<String> items)
A removeAllFromTopologyKeys(Collection<String> items)
String getTopologyKey(int index)
String getFirstTopologyKey()
String getLastTopologyKey()
Boolean hasTopologyKeys()
A addNewTopologyKey(StringBuilder arg1)
A addNewTopologyKey(StringBuffer arg1)
Copyright © 2022. All rights reserved.