GetSapCentralServerInstanceResult

data class GetSapCentralServerInstanceResult(val azureApiVersion: String, val enqueueReplicationServerProperties: EnqueueReplicationServerPropertiesResponse? = null, val enqueueServerProperties: EnqueueServerPropertiesResponse? = null, val errors: SAPVirtualInstanceErrorResponse, val gatewayServerProperties: GatewayServerPropertiesResponse? = null, val health: String, val id: String, val instanceNo: String, val kernelPatch: String, val kernelVersion: String, val loadBalancerDetails: LoadBalancerDetailsResponse, val location: String, val messageServerProperties: MessageServerPropertiesResponse? = null, val name: String, val provisioningState: String, val status: String, val subnet: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vmDetails: List<CentralServerVmDetailsResponse>)

Define the SAP Central Services Instance resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, enqueueReplicationServerProperties: EnqueueReplicationServerPropertiesResponse? = null, enqueueServerProperties: EnqueueServerPropertiesResponse? = null, errors: SAPVirtualInstanceErrorResponse, gatewayServerProperties: GatewayServerPropertiesResponse? = null, health: String, id: String, instanceNo: String, kernelPatch: String, kernelVersion: String, loadBalancerDetails: LoadBalancerDetailsResponse, location: String, messageServerProperties: MessageServerPropertiesResponse? = null, name: String, provisioningState: String, status: String, subnet: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vmDetails: List<CentralServerVmDetailsResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Defines the SAP Enqueue Replication Server (ERS) properties.

Link copied to clipboard

Defines the SAP Enqueue Server properties.

Link copied to clipboard

Defines the errors related to SAP Central Services Instance resource.

Link copied to clipboard

Defines the SAP Gateway Server properties.

Link copied to clipboard

Defines the health of SAP Instances.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The central services instance number.

Link copied to clipboard

The central services instance Kernel Patch level.

Link copied to clipboard

The central services instance Kernel Version.

Link copied to clipboard

The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Defines the SAP message server properties.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Defines the provisioning states.

Link copied to clipboard

Defines the SAP Instance status.

Link copied to clipboard

The central services instance subnet.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The list of virtual machines corresponding to the Central Services instance.