public class ModifyNetworkInterfaceAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyNetworkInterfaceAttributeRequest() |
ModifyNetworkInterfaceAttributeRequest(ModifyNetworkInterfaceAttributeRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getNetworkInterfaceDescription()
Get ENI description can be named freely, but the maximum length is 60 characters.
|
String |
getNetworkInterfaceId()
Get The ID of the ENI instance, such as `eni-pxir56ns`.
|
String |
getNetworkInterfaceName()
Get The name of the ENI.
|
String[] |
getSecurityGroupIds()
Get The specified security groups to be bound with, such as ['sg-1dd51d'].
|
String |
getTrunkingFlag()
Get Configuration of the ENI trunking mode.
|
void |
setNetworkInterfaceDescription(String NetworkInterfaceDescription)
Set ENI description can be named freely, but the maximum length is 60 characters.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set The ID of the ENI instance, such as `eni-pxir56ns`.
|
void |
setNetworkInterfaceName(String NetworkInterfaceName)
Set The name of the ENI.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set The specified security groups to be bound with, such as ['sg-1dd51d'].
|
void |
setTrunkingFlag(String TrunkingFlag)
Set Configuration of the ENI trunking mode.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyNetworkInterfaceAttributeRequest()
public ModifyNetworkInterfaceAttributeRequest(ModifyNetworkInterfaceAttributeRequest source)
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- The ID of the ENI instance, such as `eni-pxir56ns`.public String getNetworkInterfaceName()
public void setNetworkInterfaceName(String NetworkInterfaceName)
NetworkInterfaceName
- The name of the ENI. The maximum length is 60 characters.public String getNetworkInterfaceDescription()
public void setNetworkInterfaceDescription(String NetworkInterfaceDescription)
NetworkInterfaceDescription
- ENI description can be named freely, but the maximum length is 60 characters.public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- The specified security groups to be bound with, such as ['sg-1dd51d'].public String getTrunkingFlag()
public void setTrunkingFlag(String TrunkingFlag)
TrunkingFlag
- Configuration of the ENI trunking mode. Valid values: `Enable` and `Disable`. Default value: `Disable`.Copyright © 2023. All rights reserved.