Class: Google::Cloud::NetworkSecurity::V1::GetMirroringDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::GetMirroringDeploymentRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |