Fix for Support selection of datastore for dynamic provisioning in vSphere
This commit is contained in:

committed by
Ritesh H Shukla

parent
b201ac2f8f
commit
12f75f0b86
3
vendor/github.com/vmware/govmomi/object/distributed_virtual_switch.go
generated
vendored
3
vendor/github.com/vmware/govmomi/object/distributed_virtual_switch.go
generated
vendored
@@ -17,10 +17,11 @@ limitations under the License.
|
||||
package object
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/vmware/govmomi/vim25"
|
||||
"github.com/vmware/govmomi/vim25/methods"
|
||||
"github.com/vmware/govmomi/vim25/types"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
type DistributedVirtualSwitch struct {
|
||||
|
Reference in New Issue
Block a user