Share via


SAPVirtualInstanceState type

Defines the Virtual Instance for SAP state.
KnownSAPVirtualInstanceState can be used interchangeably with SAPVirtualInstanceState, this enum contains the known values that the service supports.

Known values supported by the service

InfrastructureDeploymentPending: Infrastructure is not yet deployed.
InfrastructureDeploymentInProgress: Infrastructure deployment is in progress.
InfrastructureDeploymentFailed: Infrastructure deployment has failed.
SoftwareInstallationPending: Infrastructure deployment is successful. Software installation is pending.
SoftwareInstallationInProgress: Software installation is in progress.
SoftwareInstallationFailed: Software installation failed.
SoftwareDetectionInProgress: Software detection is in progress.
SoftwareDetectionFailed: Software detection failed.
DiscoveryPending: Registration has not started.
DiscoveryInProgress: Registration is in progress.
DiscoveryFailed: Registration has failed.
RegistrationComplete: Registration is complete.
ACSSInstallationBlocked: ACSS installation cannot proceed.

type SAPVirtualInstanceState = string