@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class VirtualPrivateCloudCreationParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_MTU |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_VPC_SERVICE_ID |
| 构造器和说明 |
|---|
VirtualPrivateCloudCreationParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
VirtualPrivateCloudCreationParams |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
Integer |
getMtu()
Get mtu
|
String |
getName()
Get name
|
String |
getVpcServiceId()
Get vpcServiceId
|
int |
hashCode() |
VirtualPrivateCloudCreationParams |
mtu(Integer mtu) |
VirtualPrivateCloudCreationParams |
name(String name) |
void |
setDescription(String description) |
void |
setMtu(Integer mtu) |
void |
setName(String name) |
void |
setVpcServiceId(String vpcServiceId) |
String |
toString() |
VirtualPrivateCloudCreationParams |
vpcServiceId(String vpcServiceId) |
public static final String SERIALIZED_NAME_VPC_SERVICE_ID
public VirtualPrivateCloudCreationParams mtu(Integer mtu)
public void setMtu(Integer mtu)
public VirtualPrivateCloudCreationParams vpcServiceId(String vpcServiceId)
public void setVpcServiceId(String vpcServiceId)
public VirtualPrivateCloudCreationParams description(String description)
public void setDescription(String description)
public VirtualPrivateCloudCreationParams name(String name)
public void setName(String name)
Copyright © 2025. All rights reserved.