Get SAPCentral Instance Result
data class GetSAPCentralInstanceResult(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
fun GetSAPCentralInstanceResult(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>)