Class: Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroup::AssociationDetails

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String (readonly)

Returns Output only. The connected association's resource name, for example: projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-ega. See https://google.aip.dev/124.

Returns:

  • (::String)

    Output only. The connected association's resource name, for example: projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-ega. See https://google.aip.dev/124.



110
111
112
113
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 110

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

#network::String (readonly)

Returns Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.

Returns:

  • (::String)

    Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.



110
111
112
113
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 110

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

#state::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation::State (readonly)

Returns Output only. Most recent known state of the association.

Returns:



110
111
112
113
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 110

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