Class SapVirtualInstanceProperties
java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.SapVirtualInstanceProperties
Defines the Virtual Instance for SAP properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the configuration property: Defines if an existing SAP system is being registered or a new SAP system is being created.Get the environment property: Defines the environment type - Production/Non Production.errors()
Get the errors property: Defines the Virtual Instance for SAP errors.health()
Get the health property: Defines the SAP Instance health.Get the managedResourceGroupConfiguration property: Managed resource group configuration.Get the provisioningState property: Defines the provisioning states.Get the sapProduct property: Defines the SAP Product type.state()
Get the state property: Defines the Virtual Instance for SAP state.status()
Get the status property: Defines the SAP Instance status.void
validate()
Validates the instance.withConfiguration
(SapConfiguration configuration) Set the configuration property: Defines if an existing SAP system is being registered or a new SAP system is being created.withEnvironment
(SapEnvironmentType environment) Set the environment property: Defines the environment type - Production/Non Production.withManagedResourceGroupConfiguration
(ManagedRGConfiguration managedResourceGroupConfiguration) Set the managedResourceGroupConfiguration property: Managed resource group configuration.withSapProduct
(SapProductType sapProduct) Set the sapProduct property: Defines the SAP Product type.
-
Constructor Details
-
SapVirtualInstanceProperties
public SapVirtualInstanceProperties()
-
-
Method Details
-
environment
Get the environment property: Defines the environment type - Production/Non Production.- Returns:
- the environment value.
-
withEnvironment
Set the environment property: Defines the environment type - Production/Non Production.- Parameters:
environment
- the environment value to set.- Returns:
- the SapVirtualInstanceProperties object itself.
-
sapProduct
Get the sapProduct property: Defines the SAP Product type.- Returns:
- the sapProduct value.
-
withSapProduct
Set the sapProduct property: Defines the SAP Product type.- Parameters:
sapProduct
- the sapProduct value to set.- Returns:
- the SapVirtualInstanceProperties object itself.
-
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
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 SapVirtualInstanceProperties object itself.
-
managedResourceGroupConfiguration
Get the managedResourceGroupConfiguration property: Managed resource group configuration.- Returns:
- the managedResourceGroupConfiguration value.
-
withManagedResourceGroupConfiguration
public SapVirtualInstanceProperties withManagedResourceGroupConfiguration(ManagedRGConfiguration managedResourceGroupConfiguration) Set the managedResourceGroupConfiguration property: Managed resource group configuration.- Parameters:
managedResourceGroupConfiguration
- the managedResourceGroupConfiguration value to set.- Returns:
- the SapVirtualInstanceProperties object itself.
-
status
Get the status property: Defines the SAP Instance status.- Returns:
- the status value.
-
health
Get the health property: Defines the SAP Instance health.- Returns:
- the health value.
-
state
Get the state property: Defines the Virtual Instance for SAP state.- Returns:
- the state value.
-
provisioningState
Get the provisioningState property: Defines the provisioning states.- Returns:
- the provisioningState value.
-
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.
-