Show / Hide Table of Contents

Class SapDiscoveryWorkloadProperties

A set of properties describing an SAP workload.

Inheritance
object
SapDiscoveryWorkloadProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX