Class: Google::Cloud::NetworkSecurity::V1::GetMirroringDeploymentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1/mirroring.rb

Overview

Request message for GetMirroringDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}.

Returns:

  • (::String)

    Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}



880
881
882
883
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 880

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