PolicyListResponse
- Print
- PDF
PolicyListResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is the policy paging table information.
Syntax
The syntax is as follows.
public class PolicyResponse {
private Long sid;
private String name;
private LoadBalancerType lbType;
private String memo;
private Boolean monitoringYn;
}
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
sid | Long | - | Policy ID |
name | String | - | Policy Name |
lbType | Enum | - | Load balancer type
|
memo | String | - | Record type |
monitoringYn | Boolean | - | Monitoring status
|
Was this article helpful?