Get Sap Central Server Instance Result
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>)
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
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
Defines the SAP message server properties.
Link copied to clipboard
Defines the provisioning states.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The list of virtual machines corresponding to the Central Services instance.