Class SapVirtualInstanceInner

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

public final class SapVirtualInstanceInner extends com.azure.core.management.Resource
Define the Virtual Instance for SAP.
  • Constructor Details

    • SapVirtualInstanceInner

      public SapVirtualInstanceInner()
  • Method Details

    • identity

      public UserAssignedServiceIdentity identity()
      Get the identity property: Managed service identity (user assigned identities).
      Returns:
      the identity value.
    • withIdentity

      public SapVirtualInstanceInner withIdentity(UserAssignedServiceIdentity identity)
      Set the identity property: Managed service identity (user assigned identities).
      Parameters:
      identity - the identity value to set.
      Returns:
      the SapVirtualInstanceInner object itself.
    • 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 SapVirtualInstanceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public SapVirtualInstanceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • environment

      public SapEnvironmentType environment()
      Get the environment property: Defines the environment type - Production/Non Production.
      Returns:
      the environment value.
    • withEnvironment

      public SapVirtualInstanceInner withEnvironment(SapEnvironmentType environment)
      Set the environment property: Defines the environment type - Production/Non Production.
      Parameters:
      environment - the environment value to set.
      Returns:
      the SapVirtualInstanceInner object itself.
    • sapProduct

      public SapProductType sapProduct()
      Get the sapProduct property: Defines the SAP Product type.
      Returns:
      the sapProduct value.
    • withSapProduct

      public SapVirtualInstanceInner withSapProduct(SapProductType sapProduct)
      Set the sapProduct property: Defines the SAP Product type.
      Parameters:
      sapProduct - the sapProduct value to set.
      Returns:
      the SapVirtualInstanceInner object itself.
    • configuration

      public SapConfiguration configuration()
      Get the configuration property: Defines if an existing SAP system is being registered or a new SAP system is being created.
      Returns:
      the configuration value.
    • withConfiguration

      public SapVirtualInstanceInner withConfiguration(SapConfiguration configuration)
      Set the configuration property: Defines if an existing SAP system is being registered or a new SAP system is being created.
      Parameters:
      configuration - the configuration value to set.
      Returns:
      the SapVirtualInstanceInner object itself.
    • managedResourceGroupConfiguration

      public ManagedRGConfiguration managedResourceGroupConfiguration()
      Get the managedResourceGroupConfiguration property: Managed resource group configuration.
      Returns:
      the managedResourceGroupConfiguration value.
    • withManagedResourceGroupConfiguration

      public SapVirtualInstanceInner withManagedResourceGroupConfiguration(ManagedRGConfiguration managedResourceGroupConfiguration)
      Set the managedResourceGroupConfiguration property: Managed resource group configuration.
      Parameters:
      managedResourceGroupConfiguration - the managedResourceGroupConfiguration value to set.
      Returns:
      the SapVirtualInstanceInner object itself.
    • 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.
    • state

      public SapVirtualInstanceState state()
      Get the state property: Defines the Virtual Instance for SAP state.
      Returns:
      the state 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 Virtual Instance for SAP errors.
      Returns:
      the errors value.
    • validate

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