Class: Google::Cloud::SecurityCenter::V2::Network
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::Network
- 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
-
#name ⇒ ::String
The name of the VPC network resource, for example,
//compute.googleapis.com/projects/my-project/global/networks/my-network
.
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
.
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 |