Class SapCentralServerProperties

java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.SapCentralServerProperties

public final class SapCentralServerProperties extends Object
Defines the SAP Central Server properties.
  • Constructor Details

    • SapCentralServerProperties

      public SapCentralServerProperties()
  • Method Details

    • 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 SapCentralServerProperties withMessageServerProperties(MessageServerProperties messageServerProperties)
      Set the messageServerProperties property: Defines the SAP message server properties.
      Parameters:
      messageServerProperties - the messageServerProperties value to set.
      Returns:
      the SapCentralServerProperties object itself.
    • enqueueServerProperties

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

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

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

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

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

      public SapCentralServerProperties withEnqueueReplicationServerProperties(EnqueueReplicationServerProperties enqueueReplicationServerProperties)
      Set the enqueueReplicationServerProperties property: Defines the SAP ERS Server properties.
      Parameters:
      enqueueReplicationServerProperties - the enqueueReplicationServerProperties value to set.
      Returns:
      the SapCentralServerProperties 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.