Class V1AttachedVolume
java.lang.Object
io.kubernetes.client.openapi.models.V1AttachedVolume
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1AttachedVolume
extends Object
AttachedVolume describes a volume attached to a node
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondevicePath(String devicePath) booleanDevicePath represents the device path where the volume should be availablegetName()Name of the attached volumeinthashCode()voidsetDevicePath(String devicePath) voidtoString()
-
Field Details
-
SERIALIZED_NAME_DEVICE_PATH
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
-
Constructor Details
-
V1AttachedVolume
public V1AttachedVolume()
-
-
Method Details
-
devicePath
-
getDevicePath
DevicePath represents the device path where the volume should be available- Returns:
- devicePath
-
setDevicePath
-
name
-
getName
Name of the attached volume- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-