Class V1VolumeDevice
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1VolumeDevice
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1VolumeDevice
extends Object
volumeDevice describes a mapping of a raw block device within a container.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondevicePath(String devicePath) Set devicePath in a chainable fashion.booleandevicePath is the path inside of the container that the device will be mapped to.getName()name must match the name of a persistentVolumeClaim in the podinthashCode()Set name in a chainable fashion.voidsetDevicePath(String devicePath) Set the devicePath property valuevoidSet the name property valuetoString() 
- 
Field Details
- 
JSON_PROPERTY_DEVICE_PATH
- See Also:
 
 - 
JSON_PROPERTY_NAME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
V1VolumeDevice
 
 - 
 - 
Method Details
- 
getDevicePath
devicePath is the path inside of the container that the device will be mapped to.- Returns:
 - the devicePath property value
 
 - 
setDevicePath
Set the devicePath property value - 
devicePath
Set devicePath in a chainable fashion.- Returns:
 - The same instance of V1VolumeDevice for chaining.
 
 - 
getName
name must match the name of a persistentVolumeClaim in the pod- Returns:
 - the name property value
 
 - 
setName
Set the name property value - 
name
Set name in a chainable fashion.- Returns:
 - The same instance of V1VolumeDevice for chaining.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -