MapListResponse
- Print
- PDF
MapListResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is the map paging table information.
Syntax
The syntax is as follows.
public class MapResponse{
private Long id;
private String name;
private MapType mapType;
private String policyNames;
}
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id | Long | - | Geo/CIDR Map ID |
name | String | - | Geo/CIDR map name |
mapType | Enum | - | Map type
|
policyNames | String | - | Associated policy information |
Was this article helpful?