changeLoadBalancerInstanceConfiguration
- Print
- PDF
changeLoadBalancerInstanceConfiguration
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Change the load balancer instance setting.
Requests
Request parameters
Parameter name | Required | Type | Service limits | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Determine the region of the load balancer instance to change the setting Obtain regionCode through the getRegionList action Default: Select the first region from getRegionList search results | |
loadBalancerInstanceNo | Yes | String | - Instance number of the load balancer to change the setting - Obtain loadBalancerInstanceNo through the getLoadBalancerInstanceList action | |
throughputTypeCode | Conditional | String | - Load processing performance type code APPLICATION, NETWORK_PROXY types Options : SMALL | MEDIUM | LARGE | XLARGE NETWORK type Options : DYNAMIC | |
idleTimeout | Conditional | Integer | Min: 1, Max: 3600 (seconds) | - Connection hold time Setting is not available when the selected load balancer type is NETWORK |
responseFormatType | No | String | - Format type of the responses result Options : xml | json Default : xml |
Responses
Responses data type
- LoadBalancerInstanceList type
LoadBalancerInstanceList extends CommonResponse |
---|
private Integer totalRows; |
private List |
LoadBalancerInstance |
---|
private String loadBalancerInstanceNo; |
private CommonCode loadBalancerInstanceStatus; |
private CommonCode loadBalancerInstanceOperation; |
private String loadBalancerInstanceStatusName; |
private String loadBalancerDescription; |
private Date createDate; |
private String loadBalancerName; |
private String loadBalancerDomain; |
private LoadBalancerIpList loadBalancerIpList; |
private CommonCode loadBalancerType; |
private CommonCode loadBalancerNetworkType; |
private CommonCode throughputType; |
private Integer idleTimeout; |
private String vpcNo; |
private String regionCode; |
private SubnetNoList subnetNoList; |
private List<LoadBalancerSubnet> loadBalancerSubnetList; |
private LoadBalancerListenerNoList loadBalancerListenerNoList; |
LoadBalancerIpList |
---|
private List |
SubnetNoList |
---|
private List |
LoadBalancerSubnet |
---|
private String zoneCode; |
private String subnetNo; |
private String publicIpInstanceNo; |
LoadBalancerListenerNoList |
---|
private List |
Examples
Request examples
Response examples
Was this article helpful?