MCPcopy
hub / github.com/hashicorp/packer / FixerVSphereNetworkDisk

Struct FixerVSphereNetworkDisk

fix/fixer_vsphere_network_storage.go:13–13  ·  view source on GitHub ↗

FixerVSphereNetworkDisk changes vsphere-iso network and networkCard fields into a network adapter and changes the disk_size, disk_thin_provisioned, and disk_eagerly_scrub into a storage adapter

Source from the content-addressed store, hash-verified

11// into a network adapter and changes the disk_size, disk_thin_provisioned, and
12// disk_eagerly_scrub into a storage adapter
13type FixerVSphereNetworkDisk struct{}
14
15func (FixerVSphereNetworkDisk) DeprecatedOptions() map[string][]string {
16 return map[string][]string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected