Class ServiceInitiatedSoftwareConfigurationResponse
- java.lang.Object
-
- com.pulumi.azurenative.workloads.outputs.ServiceInitiatedSoftwareConfigurationResponse
-
public final class ServiceInitiatedSoftwareConfigurationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceInitiatedSoftwareConfigurationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
bomUrl()
static ServiceInitiatedSoftwareConfigurationResponse.Builder
builder()
static ServiceInitiatedSoftwareConfigurationResponse.Builder
builder(ServiceInitiatedSoftwareConfigurationResponse defaults)
java.util.Optional<HighAvailabilitySoftwareConfigurationResponse>
highAvailabilitySoftwareConfiguration()
java.lang.String
sapBitsStorageAccountId()
java.lang.String
sapFqdn()
java.lang.String
softwareInstallationType()
java.lang.String
softwareVersion()
java.lang.String
sshPrivateKey()
-
-
-
Method Detail
-
bomUrl
public java.lang.String bomUrl()
- Returns:
- The URL to the SAP Build of Materials(BOM) file.
-
highAvailabilitySoftwareConfiguration
public java.util.Optional<HighAvailabilitySoftwareConfigurationResponse> highAvailabilitySoftwareConfiguration()
- Returns:
- Gets or sets the HA software configuration.
-
sapBitsStorageAccountId
public java.lang.String sapBitsStorageAccountId()
- Returns:
- The SAP bits storage account id.
-
sapFqdn
public java.lang.String sapFqdn()
- Returns:
- The FQDN to set for the SAP system during install.
-
softwareInstallationType
public java.lang.String softwareInstallationType()
- Returns:
- The SAP software installation Type. Expected value is 'ServiceInitiated'.
-
softwareVersion
public java.lang.String softwareVersion()
- Returns:
- The software version to install.
-
sshPrivateKey
public java.lang.String sshPrivateKey()
- Returns:
- The SSH private key.
-
builder
public static ServiceInitiatedSoftwareConfigurationResponse.Builder builder()
-
builder
public static ServiceInitiatedSoftwareConfigurationResponse.Builder builder(ServiceInitiatedSoftwareConfigurationResponse defaults)
-
-