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