@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class VmNic extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_EGRESS_RATE_LIMIT_BURST_IN_BIT |
static String |
SERIALIZED_NAME_EGRESS_RATE_LIMIT_ENABLED |
static String |
SERIALIZED_NAME_EGRESS_RATE_LIMIT_MAX_RATE_IN_BITPS |
static String |
SERIALIZED_NAME_ENABLED |
static String |
SERIALIZED_NAME_GATEWAY |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INGRESS_RATE_LIMIT_BURST_IN_BIT |
static String |
SERIALIZED_NAME_INGRESS_RATE_LIMIT_ENABLED |
static String |
SERIALIZED_NAME_INGRESS_RATE_LIMIT_MAX_RATE_IN_BITPS |
static String |
SERIALIZED_NAME_INTERFACE_ID |
static String |
SERIALIZED_NAME_IP_ADDRESS |
static String |
SERIALIZED_NAME_LOCAL_ID |
static String |
SERIALIZED_NAME_MAC_ADDRESS |
static String |
SERIALIZED_NAME_MIRROR |
static String |
SERIALIZED_NAME_MODEL |
static String |
SERIALIZED_NAME_NIC |
static String |
SERIALIZED_NAME_ORDER |
static String |
SERIALIZED_NAME_SUBNET_MASK |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VLAN |
static String |
SERIALIZED_NAME_VM |
static String |
SERIALIZED_NAME_VPC_NIC |
| 构造器和说明 |
|---|
VmNic() |
public static final String SERIALIZED_NAME_EGRESS_RATE_LIMIT_BURST_IN_BIT
public static final String SERIALIZED_NAME_EGRESS_RATE_LIMIT_ENABLED
public static final String SERIALIZED_NAME_EGRESS_RATE_LIMIT_MAX_RATE_IN_BITPS
public static final String SERIALIZED_NAME_INGRESS_RATE_LIMIT_BURST_IN_BIT
public static final String SERIALIZED_NAME_INGRESS_RATE_LIMIT_ENABLED
public static final String SERIALIZED_NAME_INGRESS_RATE_LIMIT_MAX_RATE_IN_BITPS
@Nullable public Double getEgressRateLimitBurstInBit()
public void setEgressRateLimitBurstInBit(Double egressRateLimitBurstInBit)
@Nullable public Boolean getEgressRateLimitEnabled()
public void setEgressRateLimitEnabled(Boolean egressRateLimitEnabled)
public VmNic egressRateLimitMaxRateInBitps(Double egressRateLimitMaxRateInBitps)
@Nullable public Double getEgressRateLimitMaxRateInBitps()
public void setEgressRateLimitMaxRateInBitps(Double egressRateLimitMaxRateInBitps)
public void setEnabled(Boolean enabled)
public void setGateway(String gateway)
public void setId(String id)
public VmNic ingressRateLimitBurstInBit(Double ingressRateLimitBurstInBit)
@Nullable public Double getIngressRateLimitBurstInBit()
public void setIngressRateLimitBurstInBit(Double ingressRateLimitBurstInBit)
@Nullable public Boolean getIngressRateLimitEnabled()
public void setIngressRateLimitEnabled(Boolean ingressRateLimitEnabled)
public VmNic ingressRateLimitMaxRateInBitps(Double ingressRateLimitMaxRateInBitps)
@Nullable public Double getIngressRateLimitMaxRateInBitps()
public void setIngressRateLimitMaxRateInBitps(Double ingressRateLimitMaxRateInBitps)
public void setInterfaceId(String interfaceId)
public void setIpAddress(String ipAddress)
public void setLocalId(String localId)
public void setMacAddress(String macAddress)
public void setMirror(Boolean mirror)
public VmNic model(VmNicModel model)
@Nullable public VmNicModel getModel()
public void setModel(VmNicModel model)
public void setNic(NestedNic nic)
public void setOrder(Integer order)
public void setSubnetMask(String subnetMask)
public void setType(VmNicType type)
public VmNic vlan(NestedVlan vlan)
@Nullable public NestedVlan getVlan()
public void setVlan(NestedVlan vlan)
public void setVm(NestedVm vm)
public VmNic vpcNic(NestedVirtualPrivateCloudNic vpcNic)
@Nullable public NestedVirtualPrivateCloudNic getVpcNic()
public void setVpcNic(NestedVirtualPrivateCloudNic vpcNic)
Copyright © 2025. All rights reserved.