Three Tier Virtual Instance Three Tier Configuration Resource Names Args
data class ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesArgs(val applicationServer: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesApplicationServerArgs>? = null, val centralServer: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServerArgs>? = null, val databaseServer: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerArgs>? = null, val sharedStorage: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesSharedStorageArgs>? = null) : ConvertibleToJava<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesArgs>
Constructors
Link copied to clipboard
constructor(applicationServer: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesApplicationServerArgs>? = null, centralServer: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServerArgs>? = null, databaseServer: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerArgs>? = null, sharedStorage: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesSharedStorageArgs>? = null)
Properties
Link copied to clipboard
val applicationServer: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesApplicationServerArgs>? = null
An application_server
block as defined below. Changing this forces a new resource to be created.
Link copied to clipboard
val centralServer: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesCentralServerArgs>? = null
A central_server
block as defined below. Changing this forces a new resource to be created.
Link copied to clipboard
val databaseServer: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesDatabaseServerArgs>? = null
A database_server
block as defined below. Changing this forces a new resource to be created.
Link copied to clipboard
val sharedStorage: Output<ThreeTierVirtualInstanceThreeTierConfigurationResourceNamesSharedStorageArgs>? = null
A shared_storage
block as defined below. Changing this forces a new resource to be created.