deleteLoadBalancerListeners
    • PDF

    deleteLoadBalancerListeners

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Summary

    Delete listeners registered in the load balancer.
    There must be at least one listener in the load balancer after deleting.

    Request

    Request Parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoStringRegion code
    - You can decide the region of the load balancer instance where a load balancer listener will be deleted.
    - You can obtain the regionCode through the getRegionList action.
    - Default: Select the first region of the getRegionList search results
    loadBalancerListenerNoList.NYesList<String>List of load balancer listener numbers to delete
    - You can obtain the loadBalancerListenerNo through the getLoadBalancerListenerList action.
    - ex) loadBalancerListenerNoList.1=1234&loadBalancerListenerNoList.2=2345
    responseFormatTypeNoStringFormat type of the response results
    - Options : xml | json
    - Default : xml

    Response

    Response data type

    • LoadBalancerListenerList type
    LoadBalancerListenerList extends CommonResponse
    private Integer totalRows;
    private List loadBalancerListenerList = new ArrayList<>();
    LoadBalancerListener
    private String loadBalancerInstanceNo;
    private String loadBalancerListenerNo;
    private CommonCode protocolType;
    private Integer port;
    private Boolean useHttp2;
    private String sslCertificateNo;
    private CommonCode tlsMinVersionType;
    private LoadBalancerRuleNoList loadBalancerRuleNoList;
    private CipherSuiteList cipherSuiteList;
    LoadBalancerRuleNoList
    private List<String> loadBalancerRuleNoList = new ArrayList<>();
    CipherSuiteList
    private List<String> cipherSuiteList = new ArrayList<>();

    Example

    Request example

    ncloud vloadbalancer deleteLoadBalancerListeners --regionCode KR --loadBalancerListenerNoList ***961
    

    Response example

    <deleteLoadBalancerListenersResponse>
      <requestId>55fc050c-3006-4472-bd96-2cb3b1547a53</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <loadBalancerListenerList>
        <loadBalancerListener>
          <loadBalancerInstanceNo>***887</loadBalancerInstanceNo>
          <loadBalancerListenerNo>***961</loadBalancerListenerNo>
          <protocolType>
            <code>HTTP</code>
            <codeName>HTTP protocol</codeName>
          </protocolType>
          <port>80</port>
          <useHttp2>false</useHttp2>
          <sslCertificateNo></sslCertificateNo>
          <tlsMinVersionType/>
          <loadBalancerRuleNoList>
            <loadBalancerRuleNo>***444</loadBalancerRuleNo>
          </loadBalancerRuleNoList>
          <cipherSuiteList/>
        </loadBalancerListener>
      </loadBalancerListenerList>
    </deleteLoadBalancerListenersResponse>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.