Plugin to collect Naver Cloud 2.0
SpaceONE's plugin-naver-cloud-inven-collector is a convenient tool to get cloud service data from Naver Cloud platform.
Please contact us if you need any further information. ([email protected])
Find us also at Dockerhub
- spaceone-api 2.0.183
- spaceone-core 2.0.88
- spaceone-inventory 2.0.dev160
The following is a list of services being collected and service code information.
No. | Service name | Service Code |
---|---|---|
1 | Server | Compute |
2 | VServer | Compute |
3 | Auto Scaling | Compute |
3 | Load Balancer | Networking |
4 | VLoad Balancer | Networking |
5 | VPC | Networking |
7 | CDN Plus | Content Delivery |
8 | CDN Global | Content Delivery |
9 | Cloud DB | Database |
- inventory.CloudService
- inventory.CloudServiceType
- inventory.Region
If cloud_service_types is added to the list elements in options, only the specified cloud service type is collected. By default, if cloud_service_types is not specified in options, all services are collected.
The cloud_service_types items that can be specified are as follows.
{
"cloud_service_types": [
'Compute',
'Database',
'Networking',
'Content Delivery',
]
}
Zones are data centers and networks that are physically separate within a region at the national level. Because each zone exists independently, failure in one zone does not affect the other.
No. | Region | Zone |
---|---|---|
1 | Korea | Classic, VPC: KR-1, KR-2 |
2 | the western United States | Classic: USWN-1 |
3 | Hong Kong | Classic: HK-1 |
4 | Singapore | Classic: SGN-1 VPC: SGN-4, SGN-5 |
5 | Japan | Classic: JPN-1 VPC: JPN-4, JPN-5 |
6 | Germany | Classic: DEN-1 |