public class GCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
GCEPersistentDiskVolumeSourceFluent() |
GCEPersistentDiskVolumeSourceFluent(GCEPersistentDiskVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(GCEPersistentDiskVolumeSource instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
Integer |
getPartition() |
String |
getPdName() |
Boolean |
getReadOnly() |
boolean |
hasAdditionalProperties() |
boolean |
hasFsType() |
int |
hashCode() |
boolean |
hasPartition() |
boolean |
hasPdName() |
boolean |
hasReadOnly() |
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 |
withPartition(Integer partition) |
A |
withPdName(String pdName) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GCEPersistentDiskVolumeSourceFluent()
public GCEPersistentDiskVolumeSourceFluent(GCEPersistentDiskVolumeSource instance)
protected void copyInstance(GCEPersistentDiskVolumeSource instance)
public String getFsType()
public boolean hasFsType()
public Integer getPartition()
public boolean hasPartition()
public String getPdName()
public boolean hasPdName()
public Boolean getReadOnly()
public boolean hasReadOnly()
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 GCEPersistentDiskVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.