public class V1AttachedVolumeFluentImpl<A extends V1AttachedVolumeFluent<A>> extends BaseFluent<A> implements V1AttachedVolumeFluent<A>
_visitables| Constructor and Description |
|---|
V1AttachedVolumeFluentImpl() |
V1AttachedVolumeFluentImpl(V1AttachedVolume instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDevicePath() |
String |
getName() |
Boolean |
hasDevicePath() |
int |
hashCode() |
Boolean |
hasName() |
A |
withDevicePath(String devicePath) |
A |
withName(String name) |
A |
withNewDevicePath(String arg1) |
A |
withNewDevicePath(StringBuffer arg1) |
A |
withNewDevicePath(StringBuilder arg1) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
public V1AttachedVolumeFluentImpl()
public V1AttachedVolumeFluentImpl(V1AttachedVolume instance)
public String getDevicePath()
getDevicePath in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public A withDevicePath(String devicePath)
withDevicePath in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public Boolean hasDevicePath()
hasDevicePath in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public A withNewDevicePath(String arg1)
withNewDevicePath in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public A withNewDevicePath(StringBuilder arg1)
withNewDevicePath in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public A withNewDevicePath(StringBuffer arg1)
withNewDevicePath in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public String getName()
getName in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public A withName(String name)
withName in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public Boolean hasName()
hasName in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public A withNewName(String arg1)
withNewName in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface V1AttachedVolumeFluent<A extends V1AttachedVolumeFluent<A>>Copyright © 2021. All rights reserved.