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 |
withPartition(Integer partition) |
A |
withPdName(String pdName) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
String getFsType()
Boolean hasFsType()
Integer getPartition()
Boolean hasPartition()
String getPdName()
Boolean hasPdName()
Boolean getReadOnly()
Boolean hasReadOnly()
A withReadOnly()
Copyright © 2022. All rights reserved.