public class DataVolumeForCreateNodePoolInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataVolumeForCreateNodePoolInput.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
DataVolumeForCreateNodePoolInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMountPoint()
Get mountPoint
|
Integer |
getSize()
Get size
|
DataVolumeForCreateNodePoolInput.TypeEnum |
getType()
Get type
|
int |
hashCode() |
DataVolumeForCreateNodePoolInput |
mountPoint(String mountPoint) |
void |
setMountPoint(String mountPoint) |
void |
setSize(Integer size) |
void |
setType(DataVolumeForCreateNodePoolInput.TypeEnum type) |
DataVolumeForCreateNodePoolInput |
size(Integer size) |
String |
toString() |
DataVolumeForCreateNodePoolInput |
type(DataVolumeForCreateNodePoolInput.TypeEnum type) |
public DataVolumeForCreateNodePoolInput mountPoint(String mountPoint)
public String getMountPoint()
public void setMountPoint(String mountPoint)
public DataVolumeForCreateNodePoolInput size(Integer size)
public Integer getSize()
public void setSize(Integer size)
public DataVolumeForCreateNodePoolInput type(DataVolumeForCreateNodePoolInput.TypeEnum type)
public DataVolumeForCreateNodePoolInput.TypeEnum getType()
public void setType(DataVolumeForCreateNodePoolInput.TypeEnum type)
Copyright © 2024. All rights reserved.