ProfileListResponse
- Print
- PDF
ProfileListResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
|
ttl | Long | - | Domain (profile) TTL |
delYn | Boolean | - | Domain (profile) deletion status
|
lbType | Enum | - | Load balancer type
|
createdDate | Long | - | Creation date and time (UTC 0) |
monitoringYn | Boolean | - | Health check usage status
|
status | Eum | - | Domain (profile) status
|
Was this article helpful?