Package io.fabric8.kubernetes.api.model
Class PortworxVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.PortworxVolumeSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class PortworxVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PortworxVolumeSource()No args constructor for use in serializationPortworxVolumeSource(String fsType, Boolean readOnly, String volumeID) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetFsType()BooleangetReadOnly()StringgetVolumeID()voidsetAdditionalProperty(String name, Object value)voidsetFsType(String fsType)voidsetReadOnly(Boolean readOnly)voidsetVolumeID(String volumeID)
-
Constructor Details
-
PortworxVolumeSource
public PortworxVolumeSource()No args constructor for use in serialization -
PortworxVolumeSource
- Parameters:
volumeID-readOnly-fsType-
-
-
Method Details
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType- The fsType
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly- The readOnly
-
getVolumeID
- Returns:
- The volumeID
-
setVolumeID
- Parameters:
volumeID- The volumeID
-
getAdditionalProperties
-
setAdditionalProperty
-