vc-guest-os-rate-settings

vc-guest-os-rate-settings
vc-guest-os-rate-settings

Model representing guest OS rate settings

AllOf
This class requires all of the following:
JSON Example
{
    "policyId": "string",
    "inherited": false,
    "rates": [
        {
            "chargePeriod": "string",
            "rate": "number",
            "type": "string",
            "name": "string"
        }
    ]
}