public class ModifyNetworkInterfaceAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyNetworkInterfaceAttributeRequest() |
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'].
|
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 |
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 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'].Copyright © 2020. All rights reserved.