NamespaceManagementNetworksNsxDistributedSwitchesSummary

The DistributedSwitches.Summary structure contains the basic information about a Distributed Switch.


Properties

string
distributed_switch Required

Identifier of the switch. The value of this field refers to the UUID of a vim.DistributedVirtualSwitch. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: vSphereDistributedSwitch. When operations return a value of this structure as a result, the field will be an identifier for the resource type: vSphereDistributedSwitch.


string
name Required

Human-readable identifier of the switch.

JSON Example

{
	"distributed_switch": "string",
	"name": "string"
}

Feedback

Was this page helpful?