github.com/vmware/govmomi@v0.51.0/object/vmware_distributed_virtual_switch.go (about) 1 // © Broadcom. All Rights Reserved. 2 // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 3 // SPDX-License-Identifier: Apache-2.0 4 5 package object 6 7 type VmwareDistributedVirtualSwitch struct { 8 DistributedVirtualSwitch 9 } 10 11 func (s VmwareDistributedVirtualSwitch) GetInventoryPath() string { 12 return s.InventoryPath 13 }