Class Workload.Types.ResourceInfo (2.1.0)

public sealed class ResourceInfo : IMessage<Workload.Types.ResourceInfo>, IEquatable<Workload.Types.ResourceInfo>, IDeepCloneable<Workload.Types.ResourceInfo>, IBufferMessage, IMessage

Represent the resources that are children of this Workload.

Inheritance

Object > Workload.Types.ResourceInfo

Namespace

Google.Cloud.AssuredWorkloads.V1

Assembly

Google.Cloud.AssuredWorkloads.V1.dll

Constructors

ResourceInfo()

public ResourceInfo()

ResourceInfo(Workload.Types.ResourceInfo)

public ResourceInfo(Workload.Types.ResourceInfo other)
Parameter
NameDescription
otherWorkload.Types.ResourceInfo

Properties

ResourceId

public long ResourceId { get; set; }

Resource identifier. For a project this represents project_number.

Property Value
TypeDescription
Int64

ResourceType

public Workload.Types.ResourceInfo.Types.ResourceType ResourceType { get; set; }

Indicates the type of resource.

Property Value
TypeDescription
Workload.Types.ResourceInfo.Types.ResourceType