Package io.fabric8.kubernetes.api.model
Class AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AzureDiskVolumeSourceFluent<A>
-
- Direct Known Subclasses:
AzureDiskVolumeSourceBuilder
,PersistentVolumeSpecFluent.AzureDiskNested
,VolumeFluent.AzureDiskNested
public class AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description AzureDiskVolumeSourceFluent()
AzureDiskVolumeSourceFluent(AzureDiskVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
AzureDiskVolumeSourceFluent
public AzureDiskVolumeSourceFluent()
-
AzureDiskVolumeSourceFluent
public AzureDiskVolumeSourceFluent(AzureDiskVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AzureDiskVolumeSource instance)
-
getCachingMode
public String getCachingMode()
-
hasCachingMode
public boolean hasCachingMode()
-
getDiskName
public String getDiskName()
-
hasDiskName
public boolean hasDiskName()
-
getDiskURI
public String getDiskURI()
-
hasDiskURI
public boolean hasDiskURI()
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureDiskVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureDiskVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-