Class: Google::Cloud::SecurityCenter::V2::Network

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

Overview

Contains information about a VPC network associated with the finding.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the VPC network resource, for example, //compute.googleapis.com/projects/my-project/global/networks/my-network.

Returns:

  • (::String)

    The name of the VPC network resource, for example, //compute.googleapis.com/projects/my-project/global/networks/my-network.



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

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