Class: Google::Cloud::NetworkManagement::V1::CreateVpcFlowLogsConfigRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns Required. The parent resource of the VPC Flow Logs configuration to create: projects/{project_id}/locations/global.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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