sacloud / libsacloud

[Deprecated] Library for SAKURA Cloud API with Go
Apache License 2.0
18 stars 13 forks source link

VPCRouter: PercentageOfMemoryFree #839

Closed yamamoto-febc closed 2 years ago

yamamoto-febc commented 2 years ago

from #835

VPCルータのステータスAPIにPercentageOfMemoryFreeフィールドを追加

Note: []types.StringNumberにしてあるが、値が2つ以上返ってくるところを確認できていない。(確認できた範囲では常に値は1つだけ) 確実に値が1つだけか不明なため型変換などは実施せずそのまま[]types.StringNumberを返す実装とした。