Class SapApplicationServerInstanceInner

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

public final class SapApplicationServerInstanceInner extends com.azure.core.management.Resource
Define the SAP Application Server Instance.
  • Constructor Details

    • SapApplicationServerInstanceInner

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

      public String subnet()
      Get the subnet property: The application server subnet.
      Returns:
      the subnet value.
    • hostname

      public String hostname()
      Get the hostname property: The application server SAP host name.
      Returns:
      the hostname value.
    • kernelVersion

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

      public String kernelPatch()
      Get the kernelPatch property: The application server SAP kernel patch.
      Returns:
      the kernelPatch value.
    • ipAddress

      public String ipAddress()
      Get the ipAddress property: The application server SAP IP Address.
      Returns:
      the ipAddress value.
    • gatewayPort

      public Long gatewayPort()
      Get the gatewayPort property: The application server gateway Port.
      Returns:
      the gatewayPort value.
    • icmHttpPort

      public Long icmHttpPort()
      Get the icmHttpPort property: The application server ICM HTTP Port.
      Returns:
      the icmHttpPort value.
    • icmHttpsPort

      public Long icmHttpsPort()
      Get the icmHttpsPort property: The application server ICM HTTPS Port.
      Returns:
      the icmHttpsPort value.
    • virtualMachineId

      public String virtualMachineId()
      Get the virtualMachineId property: The virtual machine.
      Returns:
      the virtualMachineId 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 Application Instance errors.
      Returns:
      the errors value.
    • validate

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