SingleServerFullResourceNamesResponse

data class SingleServerFullResourceNamesResponse(val namingPatternType: String, val virtualMachine: VirtualMachineResourceNamesResponse? = null)

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: String, virtualMachine: VirtualMachineResourceNamesResponse? = null)

Types

Link copied to clipboard
object Companion

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.