ProfileListResponse

Prev Next

Available in VPC

This is the domain (profile) paging table information.

Syntax

The syntax is as follows.

public class ProfileResponse { 
    private Long sid
    private String name;
    private Long policyId;
    private String policyName;
    private Boolean claYn;
    private Long ttl;
    private Boolean delYn;
    private LoadBalancerType lbType;
    private Long createdDate;
    private Boolean monitoringYn;
    private GtmStatus status;
   
}

Field

The following describes the fields.

Field Type Required Description
sid Long - Domain (profile) ID
name String - Domain (profile) name
policyId Long - Policy ID
policyName String - Policy Name
claYn Boolean - Cloud Log Analytics usage status
  • true | false
ttl Long - Domain (profile) TTL
delYn Boolean - Domain (profile) deletion status
  • true | false
lbType Enum - Load balancer type
  • ROUND_ROBIN | WEIGHTED_ROUND_ROBIN | GEOLOCATION | CIDR
createdDate Long - Creation date and time (UTC 0)
monitoringYn Boolean - Health check usage status
  • true | false
status Eum - Domain (profile) status
  • PROCESS | SUCCESS | FAIL