public sealed class ScannedResource : IMessage<ScannedResource>, IEquatable<ScannedResource>, IDeepCloneable<ScannedResource>, IBufferMessage, IMessageReference documentation and code samples for the Workload Manager v1 API class ScannedResource.
A scanned resource.
Implements
IMessageScannedResource, IEquatableScannedResource, IDeepCloneableScannedResource, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadManager.V1Assembly
Google.Cloud.WorkloadManager.V1.dll
Constructors
ScannedResource()
public ScannedResource()ScannedResource(ScannedResource)
public ScannedResource(ScannedResource other)| Parameter | |
|---|---|
| Name | Description |
other |
ScannedResource |
Properties
Resource
public string Resource { get; set; }Resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public string Type { get; set; }Resource type.
| Property Value | |
|---|---|
| Type | Description |
string |
|