SingleServerFullResourceNamesArgs

data class SingleServerFullResourceNamesArgs(val namingPatternType: Output<String>, val virtualMachine: Output<VirtualMachineResourceNamesArgs>? = null) : ConvertibleToJava<SingleServerFullResourceNamesArgs>

The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system.

Constructors

Link copied to clipboard
constructor(namingPatternType: Output<String>, virtualMachine: Output<VirtualMachineResourceNamesArgs>? = null)

Properties

Link copied to clipboard

The pattern type to be used for resource naming. Expected value is 'FullResourceName'.

Link copied to clipboard

The resource names object for virtual machine and related resources.

Functions

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