Class SapDiscoveryWorkloadProperties
A set of properties describing an SAP workload.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapDiscoveryWorkloadProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductVersions
Optional. List of SAP Products and their versions running on the system.
Declaration
[JsonProperty("productVersions")]
public virtual IList<SapDiscoveryWorkloadPropertiesProductVersion> ProductVersions { get; set; }
Property Value
Type | Description |
---|---|
IList<SapDiscoveryWorkloadPropertiesProductVersion> |
SoftwareComponentVersions
Optional. A list of SAP software components and their versions running on the system.
Declaration
[JsonProperty("softwareComponentVersions")]
public virtual IList<SapDiscoveryWorkloadPropertiesSoftwareComponentProperties> SoftwareComponentVersions { get; set; }
Property Value
Type | Description |
---|---|
IList<SapDiscoveryWorkloadPropertiesSoftwareComponentProperties> |