EC2Instance
Properties
string
default_gateway
Optional
Default gateway IP of the VM
string
entity_id
Optional
Entity ID that can be references in detail API calls
string
name
Optional
Name of the object
string
region
Optional
Not available
JSON Example
{
"account": {
"entity_id": "string",
"entity_type": "enum"
},
"default_gateway": "string",
"destination_firewall_rules": [
{
"firewall": {
"entity_id": "string",
"entity_type": "enum"
},
"rule_set_type": "string",
"rules": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}
],
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"ip_addresses": [
{
"ip_address": "string",
"netmask": "string",
"network_address": "string"
}
],
"ip_sets": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"name": "My Name",
"region": "string",
"security_groups": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"source_firewall_rules": [
{
"firewall": {
"entity_id": "string",
"entity_type": "enum"
},
"rule_set_type": "string",
"rules": [
{
"entity_id": "string",
"entity_type": "enum"
}
]
}
],
"vnics": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"vpc": {
"entity_id": "string",
"entity_type": "enum"
}
}