Class V1AttachedVolume
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1AttachedVolume
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1AttachedVolume
extends Object
AttachedVolume describes a volume attached to a node
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondevicePath
(String devicePath) Set devicePath in a chainable fashion.boolean
DevicePath represents the device path where the volume should be availablegetName()
Name of the attached volumeint
hashCode()
Set name in a chainable fashion.void
setDevicePath
(String devicePath) Set the devicePath property valuevoid
Set the name property valuetoString()
-
Field Details
-
JSON_PROPERTY_DEVICE_PATH
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
V1AttachedVolume
-
-
Method Details
-
getDevicePath
DevicePath represents the device path where the volume should be available- Returns:
- the devicePath property value
-
setDevicePath
Set the devicePath property value -
devicePath
Set devicePath in a chainable fashion.- Returns:
- The same instance of V1AttachedVolume for chaining.
-
getName
Name of the attached volume- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1AttachedVolume for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-