Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsUpdateSpec
The Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsUpdateSpec schema contains updates to network segments configuration.
This schema was added in vSphere API 9.1.0.0.
{
"port_groups_to_add": [
"string"
],
"port_groups_to_remove": [
"string"
],
"dns": {
"servers_to_add": [
"string"
],
"servers_to_remove": [
"string"
],
"search_domains_to_add": [
"string"
],
"search_domains_to_remove": [
"string"
]
},
"ntp": {
"servers_to_add": [
"string"
],
"servers_to_remove": [
"string"
]
}
}
List of Standard Port Groups or Distributed Virtual Port Groups that are part of the same layer 2 broadcast domain.
This property was added in vSphere API 9.1.0.0.
If missing or null, no port groups will be added.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Network. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Network.
List of existing Standard Port Groups or Distributed Virtual Port Groups that are part of the same layer 2 broadcast domain.
This property was added in vSphere API 9.1.0.0.
If missing or null, no port groups will be removed.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Network. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Network.
DNS configuration updates.
This property was added in vSphere API 9.1.0.0.
If missing or null, no DNS configuration changes will be made.
NTP configuration updates.
This property was added in vSphere API 9.1.0.0.
If missing or null, no NTP configuration changes will be made.