ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachineArgs

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

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

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

Link copied to clipboard
val hostName: Output<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
val networkInterfaceNames: Output<List<String>>? = null

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: Output<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
val virtualMachineName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerVirtualMachineArgs