github.com/vmware/govmomi@v0.51.0/simulator/guest_id.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 simulator
     6  
     7  import "github.com/vmware/govmomi/vim25/types"
     8  
     9  // GuestID is the list of valid types.VirtualMachineGuestOsIdentifier
    10  var GuestID = types.VirtualMachineGuestOsIdentifier("").Values()