github.com/vmware/govmomi@v0.43.0/govc/main.go (about) 1 /* 2 Copyright (c) 2014-2024 VMware, Inc. All Rights Reserved. 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 */ 16 17 package main 18 19 import ( 20 "os" 21 22 _ "github.com/vmware/govmomi/govc/about" 23 _ "github.com/vmware/govmomi/govc/alarm" 24 "github.com/vmware/govmomi/govc/cli" 25 _ "github.com/vmware/govmomi/govc/cluster" 26 _ "github.com/vmware/govmomi/govc/cluster/draft" 27 _ "github.com/vmware/govmomi/govc/cluster/draft/baseimage" 28 _ "github.com/vmware/govmomi/govc/cluster/draft/component" 29 _ "github.com/vmware/govmomi/govc/cluster/group" 30 _ "github.com/vmware/govmomi/govc/cluster/module" 31 _ "github.com/vmware/govmomi/govc/cluster/override" 32 _ "github.com/vmware/govmomi/govc/cluster/rule" 33 _ "github.com/vmware/govmomi/govc/cluster/vlcm" 34 _ "github.com/vmware/govmomi/govc/datacenter" 35 _ "github.com/vmware/govmomi/govc/datastore" 36 _ "github.com/vmware/govmomi/govc/datastore/cluster" 37 _ "github.com/vmware/govmomi/govc/datastore/disk" 38 _ "github.com/vmware/govmomi/govc/datastore/maintenance" 39 _ "github.com/vmware/govmomi/govc/datastore/vsan" 40 _ "github.com/vmware/govmomi/govc/device" 41 _ "github.com/vmware/govmomi/govc/device/cdrom" 42 _ "github.com/vmware/govmomi/govc/device/clock" 43 _ "github.com/vmware/govmomi/govc/device/floppy" 44 _ "github.com/vmware/govmomi/govc/device/model" 45 _ "github.com/vmware/govmomi/govc/device/pci" 46 _ "github.com/vmware/govmomi/govc/device/scsi" 47 _ "github.com/vmware/govmomi/govc/device/serial" 48 _ "github.com/vmware/govmomi/govc/device/usb" 49 _ "github.com/vmware/govmomi/govc/disk" 50 _ "github.com/vmware/govmomi/govc/disk/snapshot" 51 _ "github.com/vmware/govmomi/govc/dvs" 52 _ "github.com/vmware/govmomi/govc/dvs/portgroup" 53 _ "github.com/vmware/govmomi/govc/env" 54 _ "github.com/vmware/govmomi/govc/events" 55 _ "github.com/vmware/govmomi/govc/export" 56 _ "github.com/vmware/govmomi/govc/extension" 57 _ "github.com/vmware/govmomi/govc/fields" 58 _ "github.com/vmware/govmomi/govc/folder" 59 _ "github.com/vmware/govmomi/govc/host" 60 _ "github.com/vmware/govmomi/govc/host/account" 61 _ "github.com/vmware/govmomi/govc/host/autostart" 62 _ "github.com/vmware/govmomi/govc/host/cert" 63 _ "github.com/vmware/govmomi/govc/host/date" 64 _ "github.com/vmware/govmomi/govc/host/esxcli" 65 _ "github.com/vmware/govmomi/govc/host/firewall" 66 _ "github.com/vmware/govmomi/govc/host/maintenance" 67 _ "github.com/vmware/govmomi/govc/host/option" 68 _ "github.com/vmware/govmomi/govc/host/portgroup" 69 _ "github.com/vmware/govmomi/govc/host/service" 70 _ "github.com/vmware/govmomi/govc/host/storage" 71 _ "github.com/vmware/govmomi/govc/host/tpm" 72 _ "github.com/vmware/govmomi/govc/host/vnic" 73 _ "github.com/vmware/govmomi/govc/host/vswitch" 74 _ "github.com/vmware/govmomi/govc/importx" 75 _ "github.com/vmware/govmomi/govc/library" 76 _ "github.com/vmware/govmomi/govc/library/policy" 77 _ "github.com/vmware/govmomi/govc/library/session" 78 _ "github.com/vmware/govmomi/govc/library/subscriber" 79 _ "github.com/vmware/govmomi/govc/library/trust" 80 _ "github.com/vmware/govmomi/govc/license" 81 _ "github.com/vmware/govmomi/govc/logs" 82 _ "github.com/vmware/govmomi/govc/ls" 83 _ "github.com/vmware/govmomi/govc/metric" 84 _ "github.com/vmware/govmomi/govc/metric/interval" 85 _ "github.com/vmware/govmomi/govc/namespace" 86 _ "github.com/vmware/govmomi/govc/namespace/cluster" 87 _ "github.com/vmware/govmomi/govc/namespace/service" 88 _ "github.com/vmware/govmomi/govc/namespace/vmclass" 89 _ "github.com/vmware/govmomi/govc/object" 90 _ "github.com/vmware/govmomi/govc/option" 91 _ "github.com/vmware/govmomi/govc/permissions" 92 _ "github.com/vmware/govmomi/govc/pool" 93 _ "github.com/vmware/govmomi/govc/role" 94 _ "github.com/vmware/govmomi/govc/session" 95 _ "github.com/vmware/govmomi/govc/sso/group" 96 _ "github.com/vmware/govmomi/govc/sso/idp" 97 _ "github.com/vmware/govmomi/govc/sso/lpp" 98 _ "github.com/vmware/govmomi/govc/sso/service" 99 _ "github.com/vmware/govmomi/govc/sso/user" 100 _ "github.com/vmware/govmomi/govc/storage/policy" 101 _ "github.com/vmware/govmomi/govc/tags" 102 _ "github.com/vmware/govmomi/govc/tags/association" 103 _ "github.com/vmware/govmomi/govc/tags/category" 104 _ "github.com/vmware/govmomi/govc/task" 105 _ "github.com/vmware/govmomi/govc/vapp" 106 _ "github.com/vmware/govmomi/govc/vcsa/access/consolecli" 107 _ "github.com/vmware/govmomi/govc/vcsa/access/dcui" 108 _ "github.com/vmware/govmomi/govc/vcsa/access/shell" 109 _ "github.com/vmware/govmomi/govc/vcsa/access/ssh" 110 _ "github.com/vmware/govmomi/govc/vcsa/log" 111 _ "github.com/vmware/govmomi/govc/vcsa/proxy" 112 _ "github.com/vmware/govmomi/govc/vcsa/shutdown" 113 _ "github.com/vmware/govmomi/govc/version" 114 _ "github.com/vmware/govmomi/govc/vlcm/depot/content/baseimages" 115 _ "github.com/vmware/govmomi/govc/vlcm/depot/offline" 116 _ "github.com/vmware/govmomi/govc/vm" 117 _ "github.com/vmware/govmomi/govc/vm/check" 118 _ "github.com/vmware/govmomi/govc/vm/dataset" 119 _ "github.com/vmware/govmomi/govc/vm/dataset/entry" 120 _ "github.com/vmware/govmomi/govc/vm/disk" 121 _ "github.com/vmware/govmomi/govc/vm/guest" 122 _ "github.com/vmware/govmomi/govc/vm/network" 123 _ "github.com/vmware/govmomi/govc/vm/option" 124 _ "github.com/vmware/govmomi/govc/vm/rdm" 125 _ "github.com/vmware/govmomi/govc/vm/snapshot" 126 _ "github.com/vmware/govmomi/govc/vm/target" 127 _ "github.com/vmware/govmomi/govc/volume" 128 _ "github.com/vmware/govmomi/govc/volume/snapshot" 129 _ "github.com/vmware/govmomi/govc/vsan" 130 ) 131 132 func main() { 133 os.Exit(cli.Run(os.Args[1:])) 134 }