Package version:

Defines the SAP Central Services Instance properties.

interface SAPCentralServerProperties {
    enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;
    enqueueServerProperties?: EnqueueServerProperties;
    errors?: SAPVirtualInstanceError;
    gatewayServerProperties?: GatewayServerProperties;
    health?: string;
    instanceNo?: string;
    kernelPatch?: string;
    kernelVersion?: string;
    loadBalancerDetails?: LoadBalancerDetails;
    messageServerProperties?: MessageServerProperties;
    provisioningState?: string;
    status?: string;
    subnet?: string;
    vmDetails?: {};
}

Properties

enqueueReplicationServerProperties?: EnqueueReplicationServerProperties

Defines the SAP Enqueue Replication Server (ERS) properties.

enqueueServerProperties?: EnqueueServerProperties

Defines the SAP Enqueue Server properties.

Defines the errors related to SAP Central Services Instance resource.

gatewayServerProperties?: GatewayServerProperties

Defines the SAP Gateway Server properties.

health?: string

Defines the health of SAP Instances.

instanceNo?: string

The central services instance number.

kernelPatch?: string

The central services instance Kernel Patch level.

kernelVersion?: string

The central services instance Kernel Version.

loadBalancerDetails?: LoadBalancerDetails

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

messageServerProperties?: MessageServerProperties

Defines the SAP message server properties.

provisioningState?: string

Defines the provisioning states.

status?: string

Defines the SAP Instance status.

subnet?: string

The central services instance subnet.

vmDetails?: {}

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