@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class NestedContentLibraryVmTemplateNic 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_INDEX |
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_MIRROR |
static String |
SERIALIZED_NAME_MODEL |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VLAN |
static String |
SERIALIZED_NAME_VPC_NIC |
| 构造器和说明 |
|---|
NestedContentLibraryVmTemplateNic() |
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
public NestedContentLibraryVmTemplateNic egressRateLimitBurstInBit(Double egressRateLimitBurstInBit)
@Nullable public Double getEgressRateLimitBurstInBit()
public void setEgressRateLimitBurstInBit(Double egressRateLimitBurstInBit)
public NestedContentLibraryVmTemplateNic egressRateLimitEnabled(Boolean egressRateLimitEnabled)
@Nullable public Boolean getEgressRateLimitEnabled()
public void setEgressRateLimitEnabled(Boolean egressRateLimitEnabled)
public NestedContentLibraryVmTemplateNic egressRateLimitMaxRateInBitps(Double egressRateLimitMaxRateInBitps)
@Nullable public Double getEgressRateLimitMaxRateInBitps()
public void setEgressRateLimitMaxRateInBitps(Double egressRateLimitMaxRateInBitps)
public NestedContentLibraryVmTemplateNic enabled(Boolean enabled)
public void setEnabled(Boolean enabled)
public NestedContentLibraryVmTemplateNic index(Integer index)
public void setIndex(Integer index)
public NestedContentLibraryVmTemplateNic ingressRateLimitBurstInBit(Double ingressRateLimitBurstInBit)
@Nullable public Double getIngressRateLimitBurstInBit()
public void setIngressRateLimitBurstInBit(Double ingressRateLimitBurstInBit)
public NestedContentLibraryVmTemplateNic ingressRateLimitEnabled(Boolean ingressRateLimitEnabled)
@Nullable public Boolean getIngressRateLimitEnabled()
public void setIngressRateLimitEnabled(Boolean ingressRateLimitEnabled)
public NestedContentLibraryVmTemplateNic ingressRateLimitMaxRateInBitps(Double ingressRateLimitMaxRateInBitps)
@Nullable public Double getIngressRateLimitMaxRateInBitps()
public void setIngressRateLimitMaxRateInBitps(Double ingressRateLimitMaxRateInBitps)
public NestedContentLibraryVmTemplateNic mirror(Boolean mirror)
public void setMirror(Boolean mirror)
public NestedContentLibraryVmTemplateNic model(VmNicModel model)
@Nullable public VmNicModel getModel()
public void setModel(VmNicModel model)
public NestedContentLibraryVmTemplateNic type(VmNicType type)
public void setType(VmNicType type)
public NestedContentLibraryVmTemplateNic vlan(NestedFrozenVlan vlan)
@Nullable public NestedFrozenVlan getVlan()
public void setVlan(NestedFrozenVlan vlan)
public NestedContentLibraryVmTemplateNic vpcNic(NestedTemplateVpcNic vpcNic)
@Nullable public NestedTemplateVpcNic getVpcNic()
public void setVpcNic(NestedTemplateVpcNic vpcNic)
Copyright © 2025. All rights reserved.