MapDetailResponse
    • PDF

    MapDetailResponse

    • PDF

    Article summary

    Available in VPC

    These are Geo/CIDR map details.

    Syntax

    The syntax is as follows.

    public class MapDetailResponse { 
        private Long id;
        private String name;
        private MapType mapType;
        private Long createdDate;
        private Long modifiedDate;
        private Boolean defaultYn;
        private List<DetailedMap> detailedMapList;
    }
    
    
    public class DetailedMap { 
        private Long id;
    	private String name;
    	private String content;
        private List<GeoIdMapping> geoIdMappings;
    }
    
    public class GeoIdMapping { 
        private String geoName;
        private GeoType geoType;
    }
    

    Field

    The following describes the fields.

    MapDetailResponse

    FieldTypeRequiredDescription
    idLong-Geo/CIDR Map ID
    nameString-Geo/CIDR map name
    mapTypeEnum-Map type
    • GEO | CIDR
    createdDateLong-Creation date and time (UTC 0)
    modifiedDateLong-Modification date and time (UTC 0)
    defaultYnBoolean-Whether the map information is provided by NAVER Cloud Platform
    • true | false
    detailedMapListList<DetailedMap>-Geo/CIDR map details

    DetailedMap

    FieldTypeRequiredDescription
    idLong-Geo/CIDR map details ID
    nameString-Geo/CIDR map details name
    contentString-Geo/CIDR map details
    geoIdMappingsList<GeoIdMapping>-Geo information

    GeoIdMapping

    FieldTypeRequiredDescription
    geoNameString-Region name
    geoTypeEnum-Region type
    • CONTINENT | NATION | CITY

    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.