Package io.fabric8.kubernetes.api.model
Class AttachedVolume
java.lang.Object
io.fabric8.kubernetes.api.model.AttachedVolume
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class AttachedVolume extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AttachedVolume()No args constructor for use in serializationAttachedVolume(String devicePath, String name) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetDevicePath()StringgetName()voidsetAdditionalProperty(String name, Object value)voidsetDevicePath(String devicePath)voidsetName(String name)
-
Constructor Details
-
AttachedVolume
public AttachedVolume()No args constructor for use in serialization -
AttachedVolume
- Parameters:
devicePath-name-
-
-
Method Details
-
getDevicePath
- Returns:
- The devicePath
-
setDevicePath
- Parameters:
devicePath- The devicePath
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getAdditionalProperties
-
setAdditionalProperty
-