Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoSuchKeyFound is an error primarily thrown by the Read method of the resource. // The error doesn't display the key itself for security reasons. ErrNoSuchKeyFound = errors.New("The key was not found") // ErrKeyCannotBeDeleted is an error which occurs when a key that is used by VMs is // being removed ErrKeyCannotBeDeleted = errors.New("The key wasn't deleted") )
View Source
var DefaultDNSServers = []string{
"8.8.8.8",
"8.8.4.4",
}
View Source
var DefaultDNSSuffixes = []string{
"vsphere.local",
}
View Source
var DiskControllerTypes = []string{
"scsi",
"scsi-lsi-parallel",
"scsi-buslogic",
"scsi-paravirtual",
"scsi-lsi-sas",
"ide",
}
Functions ¶
func DecodeError ¶ added in v0.2.0
func DecodeError(info types.LicenseManagerLicenseInfo) error
DecodeError tries to find a specific error which occurs when an invalid key is passed to the server
func Provider ¶
func Provider() terraform.ResourceProvider
Provider returns a terraform.ResourceProvider.
Types ¶
Source Files ¶
- config.go
- data_source_vsphere_datacenter.go
- data_source_vsphere_host.go
- data_source_vsphere_vmfs_disks.go
- datacenter_helper.go
- datastore_helper.go
- datastore_summary_structure.go
- event_helper.go
- folder_helper.go
- host_data_store_system_helper.go
- host_nas_volume_structure.go
- host_network_policy_structure.go
- host_network_system_helper.go
- host_port_group_structure.go
- host_storage_system_helper.go
- host_system_helper.go
- host_virtual_switch_structure.go
- nas_datastore_helper.go
- provider.go
- resource_vsphere_datacenter.go
- resource_vsphere_file.go
- resource_vsphere_folder.go
- resource_vsphere_host_port_group.go
- resource_vsphere_host_virtual_switch.go
- resource_vsphere_license.go
- resource_vsphere_nas_datastore.go
- resource_vsphere_virtual_disk.go
- resource_vsphere_virtual_machine.go
- resource_vsphere_virtual_machine_migrate.go
- resource_vsphere_virtual_machine_snapshot.go
- resource_vsphere_vmfs_datastore.go
- structure_helper.go
- vim_helper.go
- virtual_machine_helper.go
Click to show internal directories.
Click to hide internal directories.