@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class NestedTemplateNic extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_ENABLED |
static String |
SERIALIZED_NAME_INDEX |
static String |
SERIALIZED_NAME_IP_ADDRESS |
static String |
SERIALIZED_NAME_MAC_ADDRESS |
static String |
SERIALIZED_NAME_MIRROR |
static String |
SERIALIZED_NAME_MODEL |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VLAN |
static String |
SERIALIZED_NAME_VPC_NIC |
| 构造器和说明 |
|---|
NestedTemplateNic() |
public NestedTemplateNic enabled(Boolean enabled)
public void setEnabled(Boolean enabled)
public NestedTemplateNic index(Integer index)
public void setIndex(Integer index)
public NestedTemplateNic ipAddress(String ipAddress)
public void setIpAddress(String ipAddress)
public NestedTemplateNic macAddress(String macAddress)
public void setMacAddress(String macAddress)
public NestedTemplateNic mirror(Boolean mirror)
public void setMirror(Boolean mirror)
public NestedTemplateNic model(VmNicModel model)
@Nullable public VmNicModel getModel()
public void setModel(VmNicModel model)
public NestedTemplateNic type(VmNicType type)
public void setType(VmNicType type)
public NestedTemplateNic vlan(NestedFrozenVlan vlan)
@Nonnull public NestedFrozenVlan getVlan()
public void setVlan(NestedFrozenVlan vlan)
public NestedTemplateNic vpcNic(NestedTemplateVpcNic vpcNic)
@Nullable public NestedTemplateVpcNic getVpcNic()
public void setVpcNic(NestedTemplateVpcNic vpcNic)
Copyright © 2025. All rights reserved.