public class AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
AzureDiskVolumeSourceFluent() |
AzureDiskVolumeSourceFluent(AzureDiskVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCachingMode() |
String |
getDiskName() |
String |
getDiskURI() |
String |
getFsType() |
String |
getKind() |
Boolean |
getReadOnly() |
boolean |
hasAdditionalProperties() |
boolean |
hasCachingMode() |
boolean |
hasDiskName() |
boolean |
hasDiskURI() |
boolean |
hasFsType() |
int |
hashCode() |
boolean |
hasKind() |
boolean |
hasReadOnly() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCachingMode(String cachingMode) |
A |
withDiskName(String diskName) |
A |
withDiskURI(String diskURI) |
A |
withFsType(String fsType) |
A |
withKind(String kind) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AzureDiskVolumeSourceFluent()
public AzureDiskVolumeSourceFluent(AzureDiskVolumeSource instance)
public String getCachingMode()
public boolean hasCachingMode()
public String getDiskName()
public boolean hasDiskName()
public String getDiskURI()
public boolean hasDiskURI()
public String getFsType()
public boolean hasFsType()
public String getKind()
public boolean hasKind()
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 BaseFluent<A extends AzureDiskVolumeSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends AzureDiskVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.