Package io.fabric8.kubernetes.api.model
Interface AWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.AwsElasticBlockStoreNested<N>,VolumeFluent.AwsElasticBlockStoreNested<N>,WatchEventFluent.AWSElasticBlockStoreVolumeSourceObjectNested<N>
- All Known Implementing Classes:
AWSElasticBlockStoreVolumeSourceBuilder,AWSElasticBlockStoreVolumeSourceFluentImpl,DoneableAWSElasticBlockStoreVolumeSource,PersistentVolumeSpecFluentImpl.AwsElasticBlockStoreNestedImpl,VolumeFluentImpl.AwsElasticBlockStoreNestedImpl,WatchEventFluentImpl.AWSElasticBlockStoreVolumeSourceObjectNestedImpl
public interface AWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetFsType()IntegergetPartition()StringgetVolumeID()BooleanhasFsType()BooleanhasPartition()BooleanhasReadOnly()BooleanhasVolumeID()BooleanisReadOnly()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder arg1)AwithNewPartition(int arg1)AwithNewPartition(String arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithNewVolumeID(String arg1)AwithNewVolumeID(StringBuffer arg1)AwithNewVolumeID(StringBuilder arg1)AwithPartition(Integer partition)AwithReadOnly(Boolean readOnly)AwithVolumeID(String volumeID)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
getPartition
Integer getPartition() -
withPartition
-
hasPartition
Boolean hasPartition() -
withNewPartition
-
withNewPartition
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
getVolumeID
String getVolumeID() -
withVolumeID
-
hasVolumeID
Boolean hasVolumeID() -
withNewVolumeID
-
withNewVolumeID
-
withNewVolumeID
-