Class: Google::Cloud::SecurityCenter::V2::Disk

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v2/disk.rb

Overview

Contains information about the disk associated with the finding.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the disk, for example, https://www.googleapis.com/compute/v1/projects/{project-id}/zones/{zone-id}/disks/{disk-id}.

Returns:

  • (::String)

    The name of the disk, for example, https://www.googleapis.com/compute/v1/projects/{project-id}/zones/{zone-id}/disks/{disk-id}.



29
30
31
32
# File 'proto_docs/google/cloud/securitycenter/v2/disk.rb', line 29

class Disk
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end