Compute Engine v1 API - Class GetVersionOperationMetadataSbomInfo (3.26.0)

public sealed class GetVersionOperationMetadataSbomInfo : IMessage<GetVersionOperationMetadataSbomInfo>, IEquatable<GetVersionOperationMetadataSbomInfo>, IDeepCloneable<GetVersionOperationMetadataSbomInfo>, IBufferMessage, IMessage

Inheritance

object > GetVersionOperationMetadataSbomInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetVersionOperationMetadataSbomInfo()

public GetVersionOperationMetadataSbomInfo()

GetVersionOperationMetadataSbomInfo(GetVersionOperationMetadataSbomInfo)

public GetVersionOperationMetadataSbomInfo(GetVersionOperationMetadataSbomInfo other)
Parameter
Name Description
other GetVersionOperationMetadataSbomInfo

Properties

CurrentComponentVersions

public MapField<string, string> CurrentComponentVersions { get; }

SBOM versions currently applied to the resource. The key is the component name and the value is the version.

Property Value
Type Description
MapFieldstringstring

TargetComponentVersions

public MapField<string, string> TargetComponentVersions { get; }

SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.

Property Value
Type Description
MapFieldstringstring