public class V1AzureDiskVolumeSourceFluentImpl<A extends V1AzureDiskVolumeSourceFluent<A>> extends BaseFluent<A> implements V1AzureDiskVolumeSourceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1AzureDiskVolumeSourceFluentImpl() |
V1AzureDiskVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1AzureDiskVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCachingMode() |
String |
getDiskName() |
String |
getDiskURI() |
String |
getFsType() |
String |
getKind() |
Boolean |
getReadOnly() |
Boolean |
hasCachingMode() |
Boolean |
hasDiskName() |
Boolean |
hasDiskURI() |
Boolean |
hasFsType() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasReadOnly() |
A |
withCachingMode(String cachingMode) |
A |
withDiskName(String diskName) |
A |
withDiskURI(String diskURI) |
A |
withFsType(String fsType) |
A |
withKind(String kind) |
A |
withNewCachingMode(String original)
Deprecated.
|
A |
withNewDiskName(String original)
Deprecated.
|
A |
withNewDiskURI(String original)
Deprecated.
|
A |
withNewFsType(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
A |
withReadOnly(Boolean readOnly) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1AzureDiskVolumeSourceFluentImpl()
public V1AzureDiskVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1AzureDiskVolumeSource instance)
public String getCachingMode()
getCachingMode
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withCachingMode(String cachingMode)
withCachingMode
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasCachingMode()
hasCachingMode
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
@Deprecated public A withNewCachingMode(String original)
withNewCachingMode
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public String getDiskName()
getDiskName
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withDiskName(String diskName)
withDiskName
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasDiskName()
hasDiskName
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
@Deprecated public A withNewDiskName(String original)
withNewDiskName
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public String getDiskURI()
getDiskURI
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withDiskURI(String diskURI)
withDiskURI
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasDiskURI()
hasDiskURI
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
@Deprecated public A withNewDiskURI(String original)
withNewDiskURI
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public String getFsType()
getFsType
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withFsType(String fsType)
withFsType
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasFsType()
hasFsType
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
@Deprecated public A withNewFsType(String original)
withNewFsType
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public String getKind()
getKind
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withKind(String kind)
withKind
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasKind()
hasKind
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
@Deprecated public A withNewKind(String original)
withNewKind
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean getReadOnly()
getReadOnly
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
Copyright © 2021. All rights reserved.