Class AppDetails
Message for sap instant 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 custoemrs bring their own SA for 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 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 custoemrs bring their own SA 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 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? |