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 custoemrs bring their own SA for 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. two model non-HA and HA supported
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 deployed, current only support the same project where the deployment resource exist.
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. support 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 |