public interface V1PhotonPersistentDiskVolumeSourceFluent<A extends V1PhotonPersistentDiskVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getFsType() |
String |
getPdID() |
Boolean |
hasFsType() |
Boolean |
hasPdID() |
A |
withFsType(String fsType) |
A |
withNewFsType(String original)
Deprecated.
|
A |
withNewPdID(String original)
Deprecated.
|
A |
withPdID(String pdID) |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String original)
String getPdID()
Boolean hasPdID()
@Deprecated A withNewPdID(String original)
Copyright © 2021. All rights reserved.