public interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<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 original)
Deprecated.
|
A |
withNewPdName(String original)
Deprecated.
|
A |
withPartition(Integer partition) |
A |
withPdName(String pdName) |
A |
withReadOnly(Boolean readOnly) |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String original)
Integer getPartition()
Boolean hasPartition()
String getPdName()
Boolean hasPdName()
@Deprecated A withNewPdName(String original)
Boolean getReadOnly()
Boolean hasReadOnly()
Copyright © 2022. All rights reserved.