Three Tier Virtual Instance Three Tier Configuration Resource Names Database Server Virtual Machine Args
data class ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachineArgs(val dataDisks: Output<List<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachineDataDiskArgs>>? = null, val hostName: Output<String>? = null, val networkInterfaceNames: Output<List<String>>? = null, val osDiskName: Output<String>? = null, val virtualMachineName: Output<String>? = null) : ConvertibleToJava<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachineArgs>
Constructors
Link copied to clipboard
constructor(dataDisks: Output<List<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachineDataDiskArgs>>? = null, hostName: Output<String>? = null, networkInterfaceNames: Output<List<String>>? = null, osDiskName: Output<String>? = null, virtualMachineName: Output<String>? = null)
Properties
Link copied to clipboard
val dataDisks: Output<List<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachineDataDiskArgs>>? = null
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.