Class SapSystemS4Config
Message for SAP system workload.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapSystemS4Config : IDirectResponseSchema
Properties
AllowStoppingForUpdate
Declaration
[JsonProperty("allowStoppingForUpdate")]
public virtual bool? AllowStoppingForUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
AnsibleRunnerServiceAccount
Ansible runner service account. Let customers bring their own service account for the Ansible runner.
Declaration
[JsonProperty("ansibleRunnerServiceAccount")]
public virtual string AnsibleRunnerServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
App
Instance details.
Declaration
[JsonProperty("app")]
public virtual AppDetails App { get; set; }
Property Value
| Type | Description |
|---|---|
| AppDetails |
Database
Database details.
Declaration
[JsonProperty("database")]
public virtual DatabaseDetails Database { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseDetails |
DeploymentModel
Required. Supports non-HA and HA models.
Declaration
[JsonProperty("deploymentModel")]
public virtual string DeploymentModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnvironmentType
Required. Deployment environment.
Declaration
[JsonProperty("environmentType")]
public virtual string EnvironmentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcpProjectId
The project that infrastructure is deployed in. Currently only supports the same project where the deployment resource exists.
Declaration
[JsonProperty("gcpProjectId")]
public virtual string GcpProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Location
Database details.
Declaration
[JsonProperty("location")]
public virtual LocationDetails Location { get; set; }
Property Value
| Type | Description |
|---|---|
| LocationDetails |
MediaBucketName
Required. Media bucket name.
Declaration
[JsonProperty("mediaBucketName")]
public virtual string MediaBucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SapBootDiskImage
Optional. SAP boot disk image.
Declaration
[JsonProperty("sapBootDiskImage")]
public virtual string SapBootDiskImage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScalingMethod
Required. Supports scale up and scale out.
Declaration
[JsonProperty("scalingMethod")]
public virtual string ScalingMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Required. SAP HANA version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VmPrefix
VM prefix.
Declaration
[JsonProperty("vmPrefix")]
public virtual string VmPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |