Class AzureDiskFluent<A extends AzureDiskFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.AzureDiskFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
AzureDiskBuilder,VolumesFluent.AzureDiskNested
public class AzureDiskFluent<A extends AzureDiskFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AzureDiskFluent()AzureDiskFluent(AzureDisk instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCachingMode()StringgetDiskName()StringgetDiskURI()StringgetFsType()StringgetKind()BooleangetReadOnly()booleanhasCachingMode()booleanhasDiskName()booleanhasDiskURI()booleanhasFsType()inthashCode()booleanhasKind()booleanhasReadOnly()StringtoString()AwithCachingMode(String cachingMode)AwithDiskName(String diskName)AwithDiskURI(String diskURI)AwithFsType(String fsType)AwithKind(String kind)AwithReadOnly()AwithReadOnly(Boolean readOnly)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
AzureDiskFluent
public AzureDiskFluent()
-
AzureDiskFluent
public AzureDiskFluent(AzureDisk instance)
-
-
Method Detail
-
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()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureDiskFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureDiskFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-