These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.workloads.getSAPDiskConfigurations
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the SAP Disk Configuration Layout prod/non-prod SAP System. API Version: 2021-12-01-preview.
Using getSAPDiskConfigurations
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSAPDiskConfigurations(args: GetSAPDiskConfigurationsArgs, opts?: InvokeOptions): Promise<GetSAPDiskConfigurationsResult>
function getSAPDiskConfigurationsOutput(args: GetSAPDiskConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetSAPDiskConfigurationsResult>
def get_sap_disk_configurations(app_location: Optional[str] = None,
database_type: Optional[Union[str, SAPDatabaseType]] = None,
db_vm_sku: Optional[str] = None,
deployment_type: Optional[Union[str, SAPDeploymentType]] = None,
environment: Optional[Union[str, SAPEnvironmentType]] = None,
location: Optional[str] = None,
sap_product: Optional[Union[str, SAPProductType]] = None,
opts: Optional[InvokeOptions] = None) -> GetSAPDiskConfigurationsResult
def get_sap_disk_configurations_output(app_location: Optional[pulumi.Input[str]] = None,
database_type: Optional[pulumi.Input[Union[str, SAPDatabaseType]]] = None,
db_vm_sku: Optional[pulumi.Input[str]] = None,
deployment_type: Optional[pulumi.Input[Union[str, SAPDeploymentType]]] = None,
environment: Optional[pulumi.Input[Union[str, SAPEnvironmentType]]] = None,
location: Optional[pulumi.Input[str]] = None,
sap_product: Optional[pulumi.Input[Union[str, SAPProductType]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSAPDiskConfigurationsResult]
func GetSAPDiskConfigurations(ctx *Context, args *GetSAPDiskConfigurationsArgs, opts ...InvokeOption) (*GetSAPDiskConfigurationsResult, error)
func GetSAPDiskConfigurationsOutput(ctx *Context, args *GetSAPDiskConfigurationsOutputArgs, opts ...InvokeOption) GetSAPDiskConfigurationsResultOutput
> Note: This function is named GetSAPDiskConfigurations
in the Go SDK.
public static class GetSAPDiskConfigurations
{
public static Task<GetSAPDiskConfigurationsResult> InvokeAsync(GetSAPDiskConfigurationsArgs args, InvokeOptions? opts = null)
public static Output<GetSAPDiskConfigurationsResult> Invoke(GetSAPDiskConfigurationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSAPDiskConfigurationsResult> getSAPDiskConfigurations(GetSAPDiskConfigurationsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:workloads:getSAPDiskConfigurations
arguments:
# arguments dictionary
The following arguments are supported:
- App
Location string - The geo-location where the SAP resources will be created.
- Database
Type string | Pulumi.Azure Native. Workloads. SAPDatabase Type - The database type. Eg: HANA, DB2, etc
- Db
Vm stringSku - The VM SKU for database instance.
- Deployment
Type string | Pulumi.Azure Native. Workloads. SAPDeployment Type - The deployment type. Eg: SingleServer/ThreeTier
- Environment
string | Pulumi.
Azure Native. Workloads. SAPEnvironment Type - Defines the environment type - Production/Non Production.
- Location string
- The name of Azure region.
- Sap
Product string | Pulumi.Azure Native. Workloads. SAPProduct Type - Defines the SAP Product type.
- App
Location string - The geo-location where the SAP resources will be created.
- Database
Type string | SAPDatabaseType - The database type. Eg: HANA, DB2, etc
- Db
Vm stringSku - The VM SKU for database instance.
- Deployment
Type string | SAPDeploymentType - The deployment type. Eg: SingleServer/ThreeTier
- Environment
string | SAPEnvironment
Type - Defines the environment type - Production/Non Production.
- Location string
- The name of Azure region.
- Sap
Product string | SAPProductType - Defines the SAP Product type.
- app
Location String - The geo-location where the SAP resources will be created.
- database
Type String | SAPDatabaseType - The database type. Eg: HANA, DB2, etc
- db
Vm StringSku - The VM SKU for database instance.
- deployment
Type String | SAPDeploymentType - The deployment type. Eg: SingleServer/ThreeTier
- environment
String | SAPEnvironment
Type - Defines the environment type - Production/Non Production.
- location String
- The name of Azure region.
- sap
Product String | SAPProductType - Defines the SAP Product type.
- app
Location string - The geo-location where the SAP resources will be created.
- database
Type string | SAPDatabaseType - The database type. Eg: HANA, DB2, etc
- db
Vm stringSku - The VM SKU for database instance.
- deployment
Type string | SAPDeploymentType - The deployment type. Eg: SingleServer/ThreeTier
- environment
string | SAPEnvironment
Type - Defines the environment type - Production/Non Production.
- location string
- The name of Azure region.
- sap
Product string | SAPProductType - Defines the SAP Product type.
- app_
location str - The geo-location where the SAP resources will be created.
- database_
type str | SAPDatabaseType - The database type. Eg: HANA, DB2, etc
- db_
vm_ strsku - The VM SKU for database instance.
- deployment_
type str | SAPDeploymentType - The deployment type. Eg: SingleServer/ThreeTier
- environment
str | SAPEnvironment
Type - Defines the environment type - Production/Non Production.
- location str
- The name of Azure region.
- sap_
product str | SAPProductType - Defines the SAP Product type.
- app
Location String - The geo-location where the SAP resources will be created.
- database
Type String | "HANA" | "DB2" - The database type. Eg: HANA, DB2, etc
- db
Vm StringSku - The VM SKU for database instance.
- deployment
Type String | "SingleServer" | "Three Tier" - The deployment type. Eg: SingleServer/ThreeTier
- environment
String | "Non
Prod" | "Prod" - Defines the environment type - Production/Non Production.
- location String
- The name of Azure region.
- sap
Product String | "ECC" | "S4HANA" | "Other" - Defines the SAP Product type.
getSAPDiskConfigurations Result
The following output properties are available:
- Disk
Configurations List<Pulumi.Azure Native. Workloads. Outputs. SAPDisk Configuration Response> - Gets the list of Disk Configurations.
- Disk
Configurations []SAPDiskConfiguration Response - Gets the list of Disk Configurations.
- disk
Configurations List<SAPDiskConfiguration Response> - Gets the list of Disk Configurations.
- disk
Configurations SAPDiskConfiguration Response[] - Gets the list of Disk Configurations.
- disk_
configurations Sequence[SAPDiskConfiguration Response] - Gets the list of Disk Configurations.
- disk
Configurations List<Property Map> - Gets the list of Disk Configurations.
Supporting Types
SAPDatabaseType
SAPDeploymentType
SAPDiskConfigurationResponse
- Disk
Count double - The disk count.
- Disk
Iops doubleRead Write - The disk Iops.
- Disk
MBps doubleRead Write - The disk provisioned throughput in MBps.
- Disk
Size doubleGB - The disk size in GB.
- Disk
Storage stringType - The disk storage type
- Disk
Type string - The disk type.
- Volume string
- The volume name.
- Disk
Count float64 - The disk count.
- Disk
Iops float64Read Write - The disk Iops.
- Disk
MBps float64Read Write - The disk provisioned throughput in MBps.
- Disk
Size float64GB - The disk size in GB.
- Disk
Storage stringType - The disk storage type
- Disk
Type string - The disk type.
- Volume string
- The volume name.
- disk
Count Double - The disk count.
- disk
Iops DoubleRead Write - The disk Iops.
- disk
MBps DoubleRead Write - The disk provisioned throughput in MBps.
- disk
Size DoubleGB - The disk size in GB.
- disk
Storage StringType - The disk storage type
- disk
Type String - The disk type.
- volume String
- The volume name.
- disk
Count number - The disk count.
- disk
Iops numberRead Write - The disk Iops.
- disk
MBps numberRead Write - The disk provisioned throughput in MBps.
- disk
Size numberGB - The disk size in GB.
- disk
Storage stringType - The disk storage type
- disk
Type string - The disk type.
- volume string
- The volume name.
- disk_
count float - The disk count.
- disk_
iops_ floatread_ write - The disk Iops.
- disk_
m_ floatbps_ read_ write - The disk provisioned throughput in MBps.
- disk_
size_ floatgb - The disk size in GB.
- disk_
storage_ strtype - The disk storage type
- disk_
type str - The disk type.
- volume str
- The volume name.
- disk
Count Number - The disk count.
- disk
Iops NumberRead Write - The disk Iops.
- disk
MBps NumberRead Write - The disk provisioned throughput in MBps.
- disk
Size NumberGB - The disk size in GB.
- disk
Storage StringType - The disk storage type
- disk
Type String - The disk type.
- volume String
- The volume name.
SAPEnvironmentType
SAPProductType
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi