public class PhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
PhotonPersistentDiskVolumeSourceFluent() |
PhotonPersistentDiskVolumeSourceFluent(PhotonPersistentDiskVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(PhotonPersistentDiskVolumeSource instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
String |
getPdID() |
boolean |
hasAdditionalProperties() |
boolean |
hasFsType() |
int |
hashCode() |
boolean |
hasPdID() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withFsType(String fsType) |
A |
withPdID(String pdID) |
public PhotonPersistentDiskVolumeSourceFluent()
public PhotonPersistentDiskVolumeSourceFluent(PhotonPersistentDiskVolumeSource instance)
protected void copyInstance(PhotonPersistentDiskVolumeSource instance)
public String getFsType()
public boolean hasFsType()
public String getPdID()
public boolean hasPdID()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.