Class: Google::Cloud::NetworkSecurity::V1::GetMirroringDeploymentGroupRequest

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 GetMirroringDeploymentGroup.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the deployment group to retrieve. Format: projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group}.

Returns:

  • (::String)

    Required. The name of the deployment group to retrieve. Format: projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group}



677
678
679
680
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 677

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