# Functions

NewDiskFromMap creates a Disk from the values in the specified map.
NewDiskFromVirtualMachineDisk creates a Disk from the values in the specified CloudControl VirtualMachineDisk.
NewDisksFromMaps creates Disks from an array of Terraform value maps.
NewDisksFromStateData creates Disks from an array of Terraform state data.
NewDisksFromVirtualMachineSCSIController creates Disks from a compute.VirtualMachineSCSIController.
NewDisksFromVirtualMachineSCSIControllers creates Disks from compute.VirtualMachineSCSIControllers.
NewImageFromMap creates a Image from the values in the specified map.
NewNetworkAdapterFromMap creates a NetworkAdapter from the values in the specified map.
NewNetworkAdapterFromVirtualMachineNetworkAdapter creates a NetworkAdapter from the values in the specified CloudControl VirtualMachineNetworkAdapter.
NewNetworkAdaptersFromMaps creates NetworkAdapters from an array of Terraform value maps.
NewNetworkAdaptersFromStateData creates NetworkAdapters from an array of Terraform state data.
NewNetworkAdaptersFromVirtualMachineNetwork creates a new NetworkAdapters array from the specified compute.VirtualMachineNetwork This allocates index values in the order that adapters are found, and so it only works if there's *no* existing state at all.
NewNetworkAdaptersFromVirtualMachineNetworkAdapters creates NetworkAdapters from an array of compute.VirtualMachineNetworkAdapter.
NewServerBackupClientFromBackupClientDetail creates a ServerBackupClient from the values in the specified CloudControl BackupClientDetail.
NewServerBackupClientFromMap creates a ServerBackupClient from the values in the specified map.
NewServerBackupClientsFromBackupClientDetails creates ServerBackupClients from compute.BackupClientDetails.
NewServerBackupClientsFromMaps creates ServerBackupClients from an array of Terraform value maps.
NewServerBackupClientsFromStateData creates ServerBackupClients from an array of Terraform state data.
SCSIPath builds a path representing the specified SCSI bus number and logical unit ID.

# Structs

BackupClientAlerting represents the alerting configuration (if any) for a backup client.
Disk represents the Terraform configuration for a ddcloud_server disk.
Image represents the Terraform configuration for a ddcloud_server image.
NetworkAdapter represents the Terraform configuration for a ddcloud_server network_adapter.
ServerBackupClient represents a backup client assigned to a server.

# Type aliases

Disks represents an array of Disk structures.
NetworkAdapters represents an array of NetworkAdapter structures.
ServerBackupClients represents an array of ServerBackupClient structures.