public interface GCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getFsType() |
Integer |
getPartition() |
String |
getPdName() |
Boolean |
getReadOnly() |
Boolean |
hasFsType() |
Boolean |
hasPartition() |
Boolean |
hasPdName() |
Boolean |
hasReadOnly() |
A |
withFsType(String fsType) |
A |
withNewFsType(String arg0)
Deprecated.
|
A |
withNewPdName(String arg0)
Deprecated.
|
A |
withPartition(Integer partition) |
A |
withPdName(String pdName) |
A |
withReadOnly(Boolean readOnly) |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String arg0)
Integer getPartition()
Boolean hasPartition()
String getPdName()
Boolean hasPdName()
@Deprecated A withNewPdName(String arg0)
Boolean getReadOnly()
Boolean hasReadOnly()
Copyright © 2015–2020 Red Hat. All rights reserved.