Class SapCentralServerInstanceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.workloads.fluent.models.SapCentralServerInstanceInner

public final class SapCentralServerInstanceInner extends com.azure.core.management.Resource
Define the SAP Central Services Instance resource.
  • Constructor Details

    • SapCentralServerInstanceInner

      public SapCentralServerInstanceInner()
      Creates an instance of SapCentralServerInstanceInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

      public SapCentralServerInstanceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      Overrides:
      withTags in class com.azure.core.management.Resource
    • instanceNo

      public String instanceNo()
      Get the instanceNo property: The central services instance number.
      Returns:
      the instanceNo value.
    • subnet

      public String subnet()
      Get the subnet property: The central services instance subnet.
      Returns:
      the subnet value.
    • messageServerProperties

      public MessageServerProperties messageServerProperties()
      Get the messageServerProperties property: Defines the SAP Message Server properties.
      Returns:
      the messageServerProperties value.
    • withMessageServerProperties

      public SapCentralServerInstanceInner withMessageServerProperties(MessageServerProperties messageServerProperties)
      Set the messageServerProperties property: Defines the SAP Message Server properties.
      Parameters:
      messageServerProperties - the messageServerProperties value to set.
      Returns:
      the SapCentralServerInstanceInner object itself.
    • enqueueServerProperties

      public EnqueueServerProperties enqueueServerProperties()
      Get the enqueueServerProperties property: Defines the SAP Enqueue Server properties.
      Returns:
      the enqueueServerProperties value.
    • withEnqueueServerProperties

      public SapCentralServerInstanceInner withEnqueueServerProperties(EnqueueServerProperties enqueueServerProperties)
      Set the enqueueServerProperties property: Defines the SAP Enqueue Server properties.
      Parameters:
      enqueueServerProperties - the enqueueServerProperties value to set.
      Returns:
      the SapCentralServerInstanceInner object itself.
    • gatewayServerProperties

      public GatewayServerProperties gatewayServerProperties()
      Get the gatewayServerProperties property: Defines the SAP Gateway Server properties.
      Returns:
      the gatewayServerProperties value.
    • withGatewayServerProperties

      public SapCentralServerInstanceInner withGatewayServerProperties(GatewayServerProperties gatewayServerProperties)
      Set the gatewayServerProperties property: Defines the SAP Gateway Server properties.
      Parameters:
      gatewayServerProperties - the gatewayServerProperties value to set.
      Returns:
      the SapCentralServerInstanceInner object itself.
    • enqueueReplicationServerProperties

      public EnqueueReplicationServerProperties enqueueReplicationServerProperties()
      Get the enqueueReplicationServerProperties property: Defines the SAP Enqueue Replication Server (ERS) properties.
      Returns:
      the enqueueReplicationServerProperties value.
    • withEnqueueReplicationServerProperties

      public SapCentralServerInstanceInner withEnqueueReplicationServerProperties(EnqueueReplicationServerProperties enqueueReplicationServerProperties)
      Set the enqueueReplicationServerProperties property: Defines the SAP Enqueue Replication Server (ERS) properties.
      Parameters:
      enqueueReplicationServerProperties - the enqueueReplicationServerProperties value to set.
      Returns:
      the SapCentralServerInstanceInner object itself.
    • kernelVersion

      public String kernelVersion()
      Get the kernelVersion property: The central services instance Kernel Version.
      Returns:
      the kernelVersion value.
    • kernelPatch

      public String kernelPatch()
      Get the kernelPatch property: The central services instance Kernel Patch level.
      Returns:
      the kernelPatch value.
    • loadBalancerDetails

      public LoadBalancerDetails loadBalancerDetails()
      Get the loadBalancerDetails property: The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines.
      Returns:
      the loadBalancerDetails value.
    • vmDetails

      public List<CentralServerVmDetails> vmDetails()
      Get the vmDetails property: The list of virtual machines corresponding to the Central Services instance.
      Returns:
      the vmDetails value.
    • status

      public SapVirtualInstanceStatus status()
      Get the status property: Defines the SAP Instance status.
      Returns:
      the status value.
    • health

      public SapHealthState health()
      Get the health property: Defines the health of SAP Instances.
      Returns:
      the health value.
    • provisioningState

      public SapVirtualInstanceProvisioningState provisioningState()
      Get the provisioningState property: Defines the provisioning states.
      Returns:
      the provisioningState value.
    • errors

      public SapVirtualInstanceError errors()
      Get the errors property: Defines the errors related to SAP Central Services Instance resource.
      Returns:
      the errors value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.