public class CSIPersistentVolumeSourceFluentImpl<A extends CSIPersistentVolumeSourceFluent<A>> extends BaseFluent<A> implements CSIPersistentVolumeSourceFluent<A>
_visitables
Constructor and Description |
---|
CSIPersistentVolumeSourceFluentImpl() |
CSIPersistentVolumeSourceFluentImpl(CSIPersistentVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDriver() |
String |
getVolumeHandle() |
Boolean |
hasDriver() |
Boolean |
hasReadOnly() |
Boolean |
hasVolumeHandle() |
Boolean |
isReadOnly() |
A |
withDriver(String driver) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(String arg1) |
A |
withReadOnly(Boolean readOnly) |
A |
withVolumeHandle(String volumeHandle) |
public CSIPersistentVolumeSourceFluentImpl()
public CSIPersistentVolumeSourceFluentImpl(CSIPersistentVolumeSource instance)
public String getDriver()
getDriver
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public A withDriver(String driver)
withDriver
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public Boolean hasDriver()
hasDriver
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public Boolean isReadOnly()
isReadOnly
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public A withNewReadOnly(String arg1)
withNewReadOnly
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public A withNewReadOnly(boolean arg1)
withNewReadOnly
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public String getVolumeHandle()
getVolumeHandle
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public A withVolumeHandle(String volumeHandle)
withVolumeHandle
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
public Boolean hasVolumeHandle()
hasVolumeHandle
in interface CSIPersistentVolumeSourceFluent<A extends CSIPersistentVolumeSourceFluent<A>>
Copyright © 2015–2018 Red Hat. All rights reserved.