SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNames

data class SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNames(val dataDisks: List<SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNamesDataDisk>? = null, val hostName: String? = null, val networkInterfaceNames: List<String>? = null, val osDiskName: String? = null, val virtualMachineName: String? = null)

Constructors

constructor(dataDisks: List<SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNamesDataDisk>? = null, hostName: String? = null, networkInterfaceNames: List<String>? = null, osDiskName: String? = null, virtualMachineName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Optional) One or more data_disk blocks as defined below. Changing this forces a new resource to be created.

Link copied to clipboard
val hostName: String? = null

The full name of the host of the Virtual Machine. Changing this forces a new resource to be created.

Link copied to clipboard

A list of full names for the Network Interface of the Virtual Machine. Changing this forces a new resource to be created.

Link copied to clipboard
val osDiskName: String? = null

The full name of the OS Disk attached to the Virtual Machine. Changing this forces a new resource to be created.

Link copied to clipboard

The full name of the Virtual Machine in a single server SAP system. Changing this forces a new resource to be created.