VcenterSettingsV1ConfigComponentsApplmgmtApplianceNetwork
ApplianceNetwork structure This structure contains the Spec required for Appliance Network configurations.
Properties
dns_server_configuration
Optional
DNS configuration to be applied. Only set if the DnsServerConfiguration is set in vCenter.
firewall_rule_policies
Optional
List of Firewall Rules to be applied. Only set if the FirewallRulePolicy is set in vCenter.
interfaces
Optional
Interfaces configuration to be applied. Only set if the Interfaces configuration is set in vCenter.
proxy_configuration
Optional
Proxy configuration to be applied. Only set if the Proxy server configuration is set in vCenter.
JSON Example
{
"dns_server_configuration": {
"domains": [
"string"
],
"mode": "DHCP",
"servers": [
"string"
]
},
"firewall_rule_policies": [
{
"address": "string",
"interface_name": "string",
"policy": "IGNORE",
"prefix": 0
}
],
"interfaces": [
{
"ipv4": {
"address": "string",
"configurable": false,
"default_gateway": "string",
"mode": "DHCP",
"prefix": 0
},
"ipv6": {
"addresses": [
{
"address": "string",
"origin": "DHCP",
"prefix": 0,
"status": "TENTATIVE"
}
],
"autoconf": false,
"configurable": false,
"default_gateway": "string",
"dhcp": false
},
"mac": "string",
"name": "string",
"status": "DOWN"
}
],
"proxy_configuration": [
{
"enabled": false,
"password": "string",
"port": 0,
"protocol": "HTTP",
"server": "string",
"username": "string"
}
]
}