SingleNodeVirtualInstanceSingleServerConfiguration

data class SingleNodeVirtualInstanceSingleServerConfiguration(val appResourceGroupName: String, val databaseType: String? = null, val diskVolumeConfigurations: List<SingleNodeVirtualInstanceSingleServerConfigurationDiskVolumeConfiguration>? = null, val secondaryIpEnabled: Boolean? = null, val subnetId: String, val virtualMachineConfiguration: SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfiguration, val virtualMachineResourceNames: SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNames? = null)

Constructors

constructor(appResourceGroupName: String, databaseType: String? = null, diskVolumeConfigurations: List<SingleNodeVirtualInstanceSingleServerConfigurationDiskVolumeConfiguration>? = null, secondaryIpEnabled: Boolean? = null, subnetId: String, virtualMachineConfiguration: SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfiguration, virtualMachineResourceNames: SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineResourceNames? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val databaseType: String? = null

The supported SAP database type. Possible values are DB2 and HANA. Changing this forces a new resource to be created.

Link copied to clipboard

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

Link copied to clipboard

Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed. Defaults to false. Changing this forces a new resource to be created.

Link copied to clipboard

The resource ID of the Subnet for the SAP Single Node Virtual Instance. Changing this forces a new resource to be created.

Link copied to clipboard

A virtual_machine_configuration block as defined below. Changing this forces a new resource to be created.

Link copied to clipboard

A virtual_machine_resource_names block as defined below. Changing this forces a new resource to be created.