BaseVirtualMachine
BaseVirtualMachine
AllOf
This class requires all of the following:
JSON Example
{
"entity_id": "string",
"name": "string",
"entity_type": "string",
"ip_addresses": [
{
"ip_address": "string",
"netmask": "string",
"network_address": "string"
}
],
"default_gateway": "string",
"vnics": [
{
"entity_id": "string",
"entity_type": "string"
}
],
"security_groups": [
{
"entity_id": "string",
"entity_type": "string"
}
],
"source_firewall_rules": [
{
"rules": [
{
"entity_id": "string",
"entity_type": "string"
}
],
"firewall": {
"entity_id": "string",
"entity_type": "string"
},
"rule_set_type": "string"
}
],
"destination_firewall_rules": [
{
"rules": [
{
"entity_id": "string",
"entity_type": "string"
}
],
"firewall": {
"entity_id": "string",
"entity_type": "string"
},
"rule_set_type": "string"
}
],
"ip_sets": [
{
"entity_id": "string",
"entity_type": "string"
}
]
}