public sealed class GetVersionOperationMetadataSbomInfo : IMessage<GetVersionOperationMetadataSbomInfo>, IEquatable<GetVersionOperationMetadataSbomInfo>, IDeepCloneable<GetVersionOperationMetadataSbomInfo>, IBufferMessage, IMessageImplements
IMessageGetVersionOperationMetadataSbomInfo, IEquatableGetVersionOperationMetadataSbomInfo, IDeepCloneableGetVersionOperationMetadataSbomInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|