public class VsphereVirtualDiskVolumeSourceFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
VsphereVirtualDiskVolumeSourceFluent() |
VsphereVirtualDiskVolumeSourceFluent(VsphereVirtualDiskVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(VsphereVirtualDiskVolumeSource instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
String |
getStoragePolicyID() |
String |
getStoragePolicyName() |
String |
getVolumePath() |
boolean |
hasAdditionalProperties() |
boolean |
hasFsType() |
int |
hashCode() |
boolean |
hasStoragePolicyID() |
boolean |
hasStoragePolicyName() |
boolean |
hasVolumePath() |
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 |
withStoragePolicyID(String storagePolicyID) |
A |
withStoragePolicyName(String storagePolicyName) |
A |
withVolumePath(String volumePath) |
public VsphereVirtualDiskVolumeSourceFluent()
public VsphereVirtualDiskVolumeSourceFluent(VsphereVirtualDiskVolumeSource instance)
protected void copyInstance(VsphereVirtualDiskVolumeSource instance)
public String getFsType()
public boolean hasFsType()
public String getStoragePolicyID()
public boolean hasStoragePolicyID()
public String getStoragePolicyName()
public boolean hasStoragePolicyName()
public String getVolumePath()
public boolean hasVolumePath()
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 VsphereVirtualDiskVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VsphereVirtualDiskVolumeSourceFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.