SapDiskConfigurationsRequest Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. SapDiskConfigurationsRequest
- com.
Implements
public final class SapDiskConfigurationsRequest
implements JsonSerializable<SapDiskConfigurationsRequest>
The SAP request to get list of disk configurations.
Constructor Summary
| Constructor | Description |
|---|---|
| SapDiskConfigurationsRequest() |
Creates an instance of Sap |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
appLocation()
Get the app |
|
Sap |
databaseType()
Get the database |
| String |
dbVmSku()
Get the db |
|
Sap |
deploymentType()
Get the deployment |
|
Sap |
environment()
Get the environment property: Defines the environment type - Production/Non Production. |
|
static
Sap |
fromJson(JsonReader jsonReader)
Reads an instance of Sap |
|
Sap |
sapProduct()
Get the sap |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sap |
withAppLocation(String appLocation)
Set the app |
|
Sap |
withDatabaseType(SapDatabaseType databaseType)
Set the database |
|
Sap |
withDbVmSku(String dbVmSku)
Set the db |
|
Sap |
withDeploymentType(SapDeploymentType deploymentType)
Set the deployment |
|
Sap |
withEnvironment(SapEnvironmentType environment)
Set the environment property: Defines the environment type - Production/Non Production. |
|
Sap |
withSapProduct(SapProductType sapProduct)
Set the sap |
Methods inherited from java.lang.Object
Constructor Details
SapDiskConfigurationsRequest
public SapDiskConfigurationsRequest()
Creates an instance of SapDiskConfigurationsRequest class.
Method Details
appLocation
public String appLocation()
Get the appLocation property: The geo-location where the SAP resources will be created.
Returns:
databaseType
public SapDatabaseType databaseType()
Get the databaseType property: The database type. Eg: HANA, DB2, etc.
Returns:
dbVmSku
public String dbVmSku()
Get the dbVmSku property: The VM SKU for database instance.
Returns:
deploymentType
public SapDeploymentType deploymentType()
Get the deploymentType property: The deployment type. Eg: SingleServer/ThreeTier.
Returns:
environment
public SapEnvironmentType environment()
Get the environment property: Defines the environment type - Production/Non Production.
Returns:
fromJson
public static SapDiskConfigurationsRequest fromJson(JsonReader jsonReader)
Reads an instance of SapDiskConfigurationsRequest from the JsonReader.
Parameters:
Returns:
Throws:
sapProduct
public SapProductType sapProduct()
Get the sapProduct property: Defines the SAP Product type.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAppLocation
public SapDiskConfigurationsRequest withAppLocation(String appLocation)
Set the appLocation property: The geo-location where the SAP resources will be created.
Parameters:
Returns:
withDatabaseType
public SapDiskConfigurationsRequest withDatabaseType(SapDatabaseType databaseType)
Set the databaseType property: The database type. Eg: HANA, DB2, etc.
Parameters:
Returns:
withDbVmSku
public SapDiskConfigurationsRequest withDbVmSku(String dbVmSku)
Set the dbVmSku property: The VM SKU for database instance.
Parameters:
Returns:
withDeploymentType
public SapDiskConfigurationsRequest withDeploymentType(SapDeploymentType deploymentType)
Set the deploymentType property: The deployment type. Eg: SingleServer/ThreeTier.
Parameters:
Returns:
withEnvironment
public SapDiskConfigurationsRequest withEnvironment(SapEnvironmentType environment)
Set the environment property: Defines the environment type - Production/Non Production.
Parameters:
Returns:
withSapProduct
public SapDiskConfigurationsRequest withSapProduct(SapProductType sapProduct)
Set the sapProduct property: Defines the SAP Product type.
Parameters:
Returns: