Class: Google::Cloud::NetworkManagement::V1::GetVpcFlowLogsConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::GetVpcFlowLogsConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb
Overview
Request for the GetVpcFlowLogsConfig method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. VpcFlowLogsConfig resource name using the form:
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}.
69 70 71 72 |
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 69 class GetVpcFlowLogsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |