Class: Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroup::ConnectedDeploymentGroup

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

Overview

The endpoint group's view of a connected deployment group.

Instance Attribute Summary collapse

Instance Attribute Details

#locations::Array<::Google::Cloud::NetworkSecurity::V1::MirroringLocation> (readonly)

Returns Output only. The list of locations where the deployment group is present.

Returns:



91
92
93
94
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 91

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

#name::String (readonly)

Returns Output only. The connected deployment group's resource name, for example: projects/123456789/locations/global/mirroringDeploymentGroups/my-dg. See https://google.aip.dev/124.

Returns:

  • (::String)

    Output only. The connected deployment group's resource name, for example: projects/123456789/locations/global/mirroringDeploymentGroups/my-dg. See https://google.aip.dev/124.



91
92
93
94
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 91

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