public class AddBandwidthPackageResourcesRequest extends AbstractModel
Constructor and Description |
---|
AddBandwidthPackageResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBandwidthPackageId()
Get The unique ID of the bandwidth package, such as 'bwp-xxxx'.
|
String |
getNetworkType()
Get The network type of the bandwidth package.
|
String |
getProtocol()
Get The protocol type of the bandwidth package.
|
String[] |
getResourceIds()
Get The unique ID of the source, such as 'eip-xxxx' and 'lb-xxxx'.
|
String |
getResourceType()
Get The resource type, including `Address` and `LoadBalance`.
|
void |
setBandwidthPackageId(String BandwidthPackageId)
Set The unique ID of the bandwidth package, such as 'bwp-xxxx'.
|
void |
setNetworkType(String NetworkType)
Set The network type of the bandwidth package.
|
void |
setProtocol(String Protocol)
Set The protocol type of the bandwidth package.
|
void |
setResourceIds(String[] ResourceIds)
Set The unique ID of the source, such as 'eip-xxxx' and 'lb-xxxx'.
|
void |
setResourceType(String ResourceType)
Set The resource type, including `Address` and `LoadBalance`.
|
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 String[] getResourceIds()
public void setResourceIds(String[] ResourceIds)
ResourceIds
- The unique ID of the source, such as 'eip-xxxx' and 'lb-xxxx'. EIP and LB resources are currently supported.public String getBandwidthPackageId()
public void setBandwidthPackageId(String BandwidthPackageId)
BandwidthPackageId
- The unique ID of the bandwidth package, such as 'bwp-xxxx'.public String getNetworkType()
public void setNetworkType(String NetworkType)
NetworkType
- The network type of the bandwidth package. Valid value: `BGP`, indicating that the internal resource is a BGP IP.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- The resource type, including `Address` and `LoadBalance`.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- The protocol type of the bandwidth package. Valid values: `ipv4` and `ipv6`.Copyright © 2020. All rights reserved.