Class: Google::Cloud::NetworkManagement::V1::CreateVpcFlowLogsConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::CreateVpcFlowLogsConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb
Overview
Request for the CreateVpcFlowLogsConfig
method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#vpc_flow_logs_config ⇒ ::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig
Required.
-
#vpc_flow_logs_config_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource of the VPC Flow Logs configuration to create:
projects/{project_id}/locations/global
.
85 86 87 88 |
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 85 class CreateVpcFlowLogsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpc_flow_logs_config ⇒ ::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig
Returns Required. A VpcFlowLogsConfig
resource.
85 86 87 88 |
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 85 class CreateVpcFlowLogsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpc_flow_logs_config_id ⇒ ::String
Returns Required. ID of the VpcFlowLogsConfig
.
85 86 87 88 |
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 85 class CreateVpcFlowLogsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |