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 Server Instance.
  • Constructor Details

    • SapCentralServerInstanceInner

      public SapCentralServerInstanceInner()
  • 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 server instance id.
      Returns:
      the instanceNo value.
    • subnet

      public String subnet()
      Get the subnet property: The central server 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 ERS Server properties.
      Returns:
      the enqueueReplicationServerProperties value.
    • withEnqueueReplicationServerProperties

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

      public String kernelVersion()
      Get the kernelVersion property: The central server kernel version.
      Returns:
      the kernelVersion value.
    • kernelPatch

      public String kernelPatch()
      Get the kernelPatch property: The central server kernel patch.
      Returns:
      the kernelPatch value.
    • vmDetails

      public List<CentralServerVmDetails> vmDetails()
      Get the vmDetails property: The list of virtual machines.
      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 SAP Instance health.
      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 Central Instance errors.
      Returns:
      the errors value.
    • validate

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