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.
proxy_configuration
Optional
Proxy configuration to be applied. Only set if the Proxy server configuration is set in vCenter.
JSON Example
{
"dns_server_configuration": {
"mode": "enum",
"servers": [
"string"
]
},
"firewall_rule_policies": [
{
"address": "string",
"interface_name": "string",
"policy": "enum",
"prefix": 0
}
],
"proxy_configuration": [
{
"enabled": false,
"password": "string",
"port": 0,
"protocol": "enum",
"server": "string",
"username": "string"
}
]
}