Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1AttachedVolume
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1AttachedVolume
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1AttachedVolume extends Object
AttachedVolume describes a volume attached to a node
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DEVICE_PATHstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1AttachedVolume()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1AttachedVolumedevicePath(String devicePath)booleanequals(Object o)StringgetDevicePath()DevicePath represents the device path where the volume should be availableStringgetName()Name of the attached volumeinthashCode()IoK8sApiCoreV1AttachedVolumename(String name)voidsetDevicePath(String devicePath)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DEVICE_PATH
public static final String JSON_PROPERTY_DEVICE_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
devicePath
public IoK8sApiCoreV1AttachedVolume devicePath(String devicePath)
-
getDevicePath
public String getDevicePath()
DevicePath represents the device path where the volume should be available- Returns:
- devicePath
-
setDevicePath
public void setDevicePath(String devicePath)
-
name
public IoK8sApiCoreV1AttachedVolume name(String name)
-
getName
public String getName()
Name of the attached volume- Returns:
- name
-
setName
public void setName(String name)
-
-