Class V1AzureDiskVolumeSourceFluentImpl<A extends V1AzureDiskVolumeSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1AzureDiskVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1AzureDiskVolumeSourceFluent<A>
- Direct Known Subclasses:
V1AzureDiskVolumeSourceBuilder
public class V1AzureDiskVolumeSourceFluentImpl<A extends V1AzureDiskVolumeSourceFluent<A>>
extends BaseFluent<A>
implements V1AzureDiskVolumeSourceFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1AzureDiskVolumeSourceFluentImpl
(io.kubernetes.client.openapi.models.V1AzureDiskVolumeSource instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getKind()
int
hashCode()
hasKind()
toString()
withCachingMode
(String cachingMode) withDiskName
(String diskName) withDiskURI
(String diskURI) withFsType
(String fsType) withReadOnly
(Boolean readOnly) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1AzureDiskVolumeSourceFluentImpl
public V1AzureDiskVolumeSourceFluentImpl() -
V1AzureDiskVolumeSourceFluentImpl
public V1AzureDiskVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1AzureDiskVolumeSource instance)
-
-
Method Details
-
getCachingMode
- Specified by:
getCachingMode
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
withCachingMode
- Specified by:
withCachingMode
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
hasCachingMode
- Specified by:
hasCachingMode
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
getDiskName
- Specified by:
getDiskName
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
withDiskName
- Specified by:
withDiskName
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
hasDiskName
- Specified by:
hasDiskName
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
getDiskURI
- Specified by:
getDiskURI
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
withDiskURI
- Specified by:
withDiskURI
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
hasDiskURI
- Specified by:
hasDiskURI
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
getFsType
- Specified by:
getFsType
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
withFsType
- Specified by:
withFsType
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
hasFsType
- Specified by:
hasFsType
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
getReadOnly
- Specified by:
getReadOnly
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnly
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-
toString
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
-