Class AppDetails
Message for SAP instance details.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class AppDetails : IDirectResponseSchema
Properties
AppInstanceId
Optional. Instance ID for app.
Declaration
[JsonProperty("appInstanceId")]
public virtual string AppInstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AppServiceAccount
Application service account. Let customers bring their own service account for the application.
Declaration
[JsonProperty("appServiceAccount")]
public virtual string AppServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AppVmNames
Optional. Customized VM names.
Declaration
[JsonProperty("appVmNames")]
public virtual IList<string> AppVmNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
AscsImage
Required. Image for the ASCS server.
Declaration
[JsonProperty("ascsImage")]
public virtual string AscsImage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AscsInstanceId
Optional. Instance ID for ASCS.
Declaration
[JsonProperty("ascsInstanceId")]
public virtual string AscsInstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AscsMachineType
Required. ASCS machine type.
Declaration
[JsonProperty("ascsMachineType")]
public virtual string AscsMachineType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AscsServiceAccount
ASCS service account. Let customers bring their own service account for ASCS.
Declaration
[JsonProperty("ascsServiceAccount")]
public virtual string AscsServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AscsVm
Optional. ASCS VM name.
Declaration
[JsonProperty("ascsVm")]
public virtual string AscsVm { 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 |
ErsInstanceId
Optional. Instance ID for ERS.
Declaration
[JsonProperty("ersInstanceId")]
public virtual string ErsInstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErsVm
Optional. ERS VM name.
Declaration
[JsonProperty("ersVm")]
public virtual string ErsVm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Image
Required. Image for the app server and ASCS server.
Declaration
[JsonProperty("image")]
public virtual string Image { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MachineType
Required. Machine type.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecretManagerSecret
Required. Secret Manager secret.
Declaration
[JsonProperty("secretManagerSecret")]
public virtual string SecretManagerSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SharedStorage
Optional. Storage location.
Declaration
[JsonProperty("sharedStorage")]
public virtual string SharedStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sid
Required. The SAP SID is a three-digit server-specific unique identification code.
Declaration
[JsonProperty("sid")]
public virtual string Sid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VmsMultiplier
Required. VMs multiplier.
Declaration
[JsonProperty("vmsMultiplier")]
public virtual int? VmsMultiplier { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |