@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class Vlan extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_ENTITY_ASYNC_STATUS |
static String |
SERIALIZED_NAME_GATEWAY_IP |
static String |
SERIALIZED_NAME_GATEWAY_SUBNETMASK |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_LOCAL_ID |
static String |
SERIALIZED_NAME_MODE_TYPE |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NETWORK_IDS |
static String |
SERIALIZED_NAME_QOS_BURST |
static String |
SERIALIZED_NAME_QOS_MAX_BANDWIDTH |
static String |
SERIALIZED_NAME_QOS_MIN_BANDWIDTH |
static String |
SERIALIZED_NAME_QOS_PRIORITY |
static String |
SERIALIZED_NAME_SUBNETMASK |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VDS |
static String |
SERIALIZED_NAME_VLAN_ID |
static String |
SERIALIZED_NAME_VM_NICS |
| 构造器和说明 |
|---|
Vlan() |
public static final String SERIALIZED_NAME_ENTITY_ASYNC_STATUS
public static final String SERIALIZED_NAME_GATEWAY_SUBNETMASK
public static final String SERIALIZED_NAME_QOS_MAX_BANDWIDTH
public static final String SERIALIZED_NAME_QOS_MIN_BANDWIDTH
public Vlan entityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
@Nullable public EntityAsyncStatus getEntityAsyncStatus()
public void setEntityAsyncStatus(EntityAsyncStatus entityAsyncStatus)
public void setGatewayIp(String gatewayIp)
@Nullable public String getGatewaySubnetmask()
public void setGatewaySubnetmask(String gatewaySubnetmask)
public void setId(String id)
public Vlan labels(List<NestedLabel> labels)
public Vlan addLabelsItem(NestedLabel labelsItem)
@Nullable public List<NestedLabel> getLabels()
public void setLabels(List<NestedLabel> labels)
public void setLocalId(String localId)
public Vlan modeType(VlanModeType modeType)
@Nullable public VlanModeType getModeType()
public void setModeType(VlanModeType modeType)
public void setName(String name)
public void setQosBurst(Double qosBurst)
@Nullable public Double getQosMaxBandwidth()
public void setQosMaxBandwidth(Double qosMaxBandwidth)
@Nullable public Double getQosMinBandwidth()
public void setQosMinBandwidth(Double qosMinBandwidth)
public void setQosPriority(Integer qosPriority)
public void setSubnetmask(String subnetmask)
public Vlan type(NetworkType type)
@Nonnull public NetworkType getType()
public void setType(NetworkType type)
public void setVds(NestedVds vds)
public void setVlanId(Integer vlanId)
public Vlan vmNics(List<NestedVmNic> vmNics)
public Vlan addVmNicsItem(NestedVmNic vmNicsItem)
@Nullable public List<NestedVmNic> getVmNics()
public void setVmNics(List<NestedVmNic> vmNics)
Copyright © 2025. All rights reserved.