public sealed class Disk : IMessage<Disk>, IEquatable<Disk>, IDeepCloneable<Disk>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class Disk.
Contains information about the disk associated with the finding.
Namespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Disk()
public Disk()Disk(Disk)
public Disk(Disk other)| Parameter | |
|---|---|
| Name | Description |
other |
Disk |
Properties
Name
public string Name { get; set; }The name of the disk, for example, "https://www.googleapis.com/compute/v1/projects/{project-id}/zones/{zone-id}/disks/{disk-id}".
| Property Value | |
|---|---|
| Type | Description |
string |
|