Single Node Virtual Instance Single Server Configuration Virtual Machine Resource Names
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)
Properties
Link copied to clipboard
val dataDisks: List<SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNamesDataDisk>? = null
(Optional) One or more data_disk
blocks as defined below. 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
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.