public class V1AttachedVolume extends Object
Constructor and Description |
---|
V1AttachedVolume() |
Modifier and Type | Method and Description |
---|---|
V1AttachedVolume |
devicePath(String devicePath) |
boolean |
equals(Object o) |
String |
getDevicePath()
DevicePath represents the device path where the volume should be available
|
String |
getName()
Name of the attached volume
|
int |
hashCode() |
V1AttachedVolume |
name(String name) |
void |
setDevicePath(String devicePath) |
void |
setName(String name) |
String |
toString() |
public V1AttachedVolume devicePath(String devicePath)
public String getDevicePath()
public void setDevicePath(String devicePath)
public V1AttachedVolume name(String name)
public String getName()
public void setName(String name)
Copyright © 2017. All rights reserved.