public class V1GCEPersistentDiskVolumeSourceFluentImpl<A extends V1GCEPersistentDiskVolumeSourceFluent<A>> extends BaseFluent<A> implements V1GCEPersistentDiskVolumeSourceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1GCEPersistentDiskVolumeSourceFluentImpl() |
V1GCEPersistentDiskVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1GCEPersistentDiskVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFsType() |
Integer |
getPartition() |
String |
getPdName() |
Boolean |
getReadOnly() |
Boolean |
hasFsType() |
int |
hashCode() |
Boolean |
hasPartition() |
Boolean |
hasPdName() |
Boolean |
hasReadOnly() |
A |
withFsType(String fsType) |
A |
withNewFsType(String original)
Deprecated.
|
A |
withNewPdName(String original)
Deprecated.
|
A |
withPartition(Integer partition) |
A |
withPdName(String pdName) |
A |
withReadOnly(Boolean readOnly) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1GCEPersistentDiskVolumeSourceFluentImpl()
public V1GCEPersistentDiskVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1GCEPersistentDiskVolumeSource instance)
public String getFsType()
getFsType
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public A withFsType(String fsType)
withFsType
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public Boolean hasFsType()
hasFsType
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
@Deprecated public A withNewFsType(String original)
withNewFsType
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public Integer getPartition()
getPartition
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public A withPartition(Integer partition)
withPartition
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public Boolean hasPartition()
hasPartition
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public String getPdName()
getPdName
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public A withPdName(String pdName)
withPdName
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public Boolean hasPdName()
hasPdName
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
@Deprecated public A withNewPdName(String original)
withNewPdName
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public Boolean getReadOnly()
getReadOnly
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>
Copyright © 2021. All rights reserved.