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

    • SapApplicationServerInstanceInner

      public SapApplicationServerInstanceInner()
      Creates an instance of SapApplicationServerInstanceInner 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 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: Application server Instance Number.
      Returns:
      the instanceNo value.
    • subnet

      public String subnet()
      Get the subnet property: Application server Subnet.
      Returns:
      the subnet value.
    • hostname

      public String hostname()
      Get the hostname property: Application server instance SAP hostname.
      Returns:
      the hostname value.
    • kernelVersion

      public String kernelVersion()
      Get the kernelVersion property: Application server instance SAP Kernel Version.
      Returns:
      the kernelVersion value.
    • kernelPatch

      public String kernelPatch()
      Get the kernelPatch property: Application server instance SAP Kernel Patch level.
      Returns:
      the kernelPatch value.
    • ipAddress

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

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

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

      public Long icmHttpsPort()
      Get the icmHttpsPort property: Application server instance ICM HTTPS Port.
      Returns:
      the icmHttpsPort value.
    • loadBalancerDetails

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

      public List<ApplicationServerVmDetails> 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 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 Application Instance errors.
      Returns:
      the errors value.
    • validate

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