Security Command Center v2 API - Class Disk (1.1.0)

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

Reference documentation and code samples for the Security Command Center v2 API class Disk.

Contains information about the disk associated with the finding.

Inheritance

object > Disk

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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