@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1AttachedVolume extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DEVICE_PATH |
static String |
SERIALIZED_NAME_NAME |
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 static final String SERIALIZED_NAME_DEVICE_PATH
public static final String SERIALIZED_NAME_NAME
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 © 2020. All rights reserved.