@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class HostBatchCreateDiskInput extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_DRIVE |
static String |
SERIALIZED_NAME_FUNCTION |
static String |
SERIALIZED_NAME_SIZE |
static String |
SERIALIZED_NAME_TYPE |
| 构造器和说明 |
|---|
HostBatchCreateDiskInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
HostBatchCreateDiskInput |
drive(String drive) |
boolean |
equals(Object o) |
HostBatchCreateDiskInput |
function(DiskFunction function) |
String |
getDrive()
Get drive
|
DiskFunction |
getFunction()
Get function
|
Double |
getSize()
Get size
|
DiskType |
getType()
Get type
|
int |
hashCode() |
void |
setDrive(String drive) |
void |
setFunction(DiskFunction function) |
void |
setSize(Double size) |
void |
setType(DiskType type) |
HostBatchCreateDiskInput |
size(Double size) |
String |
toString() |
HostBatchCreateDiskInput |
type(DiskType type) |
public HostBatchCreateDiskInput type(DiskType type)
public void setType(DiskType type)
public HostBatchCreateDiskInput size(Double size)
public void setSize(Double size)
public HostBatchCreateDiskInput function(DiskFunction function)
@Nullable public DiskFunction getFunction()
public void setFunction(DiskFunction function)
public HostBatchCreateDiskInput drive(String drive)
public void setDrive(String drive)
Copyright © 2025. All rights reserved.