LoadBalancerInstance
    • PDF

    LoadBalancerInstance

    • PDF

    Article Summary

    Description

    Load balancer instance

    Syntax

    private String loadBalancerInstanceNo;
    private String virtualIp;
    private String loadBalancerName;
    private CommonCode loadBalancerAlgorithmType;
    private String loadBalancerDescription;
    private Date createDate;
    private String domainName;
    private Region region;
    private List<Zone> zoneList;
    private String loadBalancerInstanceStatusName;
    private CommonCode loadBalancerInstanceStatus;
    private CommonCode loadBalancerInstanceOperation;
    private CommonCode networkUsageType;
    private boolean isHttpKeepAlive;
    private Integer connectionTimeout;
    private String certificateName;
    private List<LoadBalancerRule> loadBalancerRuleList;
    private List<LoadBalancedServerInstance> loadBalancedServerInstanceList;
    

    Field

    ParameterRequiredTypeDescription
    loadBalancerInstanceNoYStringIdentifier managed by NAVER CLOUD PLATFORMto identify load balancers
    virtualIpNStringvirtualIp
    loadBalancerNameYStringLoad balancer name
    loadBalancerAlgorithmTypeYCommonCodeLoad balancer algorithm type code
    RR (Round Robin)
    LC (Least Connection)
    SIPHS (Source IP Hash)
    loadBalancerDescriptionNStringLoad balancer description
    createDateYDateCreation time Format: "YYYY-MM-DDThh:mm:ssZ"
    domainNameYStringLoad balancer domain name
    regionYRegionRegion where the load balancer is located
    zoneListYList<Zone>List of zones where the load balancer is located
    loadBalancerInstanceStatusYCommonCodeLoad balancer instance status
    INIT (NET INIT)
    CREAT (NET CREAT)
    TERMT (NET TERMINATED)
    NAVAI (NET NOT AVAILABLE)
    USED (NET USED)
    loadBalancerInstanceOperationYCommonCodeLoad balancer instance OP
    CREAT (NET CREAT OP)
    TERMT (NET TERMINATED OP)
    USE (NET USE OP)
    NULL (NET NULL OP)
    CHANG (NET CHANGE OP)
    DISUS (NET DISUSE OP)
    loadBalancerInstanceStatusNameYStringLoad balancer instance status name that comes from the combination of the load balancer instance status and the load balancer instance operation status.
    initialized
    creating
    repairing
    created
    using
    used
    disusing
    changing
    terminated
    networkUsageTypeYCommonCodeNetwork usage type
    PBLIP (Public), PRVT (Private)
    isHttpKeepAliveNBooleanIndicates whether HttpKeepAlive is set. Default: false.
    connectionTimeoutYIntegerConnection timeout Default: 60 sec.
    certificateNameNStringSSL certificate name
    loadBalancerRuleListYList<LoadBalancerRule>List of load balancer rules
    loadBalancedServerInstanceListNList<LoadBalancedServerInstance>List of server instances bound to the load balancer

    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.