Workload Manager v1 API - Class ScannedResource (1.0.0-beta01)

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

Reference documentation and code samples for the Workload Manager v1 API class ScannedResource.

A scanned resource.

Inheritance

object > ScannedResource

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

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