Class: Google::Apis::NetworksecurityV1beta1::ListMirroringEndpointGroupAssociationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::NetworksecurityV1beta1::ListMirroringEndpointGroupAssociationsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/networksecurity_v1beta1/classes.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb
Overview
Message for response to listing MirroringEndpointGroupAssociations
Instance Attribute Summary collapse
-
#mirroring_endpoint_group_associations ⇒ Array<Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociation>
The list of MirroringEndpointGroupAssociation Corresponds to the JSON property
mirroringEndpointGroupAssociations
. -
#next_page_token ⇒ String
A token identifying a page of results the server should return.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListMirroringEndpointGroupAssociationsResponse
constructor
A new instance of ListMirroringEndpointGroupAssociationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListMirroringEndpointGroupAssociationsResponse
Returns a new instance of ListMirroringEndpointGroupAssociationsResponse.
2607 2608 2609 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 2607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mirroring_endpoint_group_associations ⇒ Array<Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociation>
The list of MirroringEndpointGroupAssociation
Corresponds to the JSON property mirroringEndpointGroupAssociations
2600 2601 2602 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 2600 def mirroring_endpoint_group_associations @mirroring_endpoint_group_associations end |
#next_page_token ⇒ String
A token identifying a page of results the server should return.
Corresponds to the JSON property nextPageToken
2605 2606 2607 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 2605 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2612 2613 2614 2615 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 2612 def update!(**args) @mirroring_endpoint_group_associations = args[:mirroring_endpoint_group_associations] if args.key?(:mirroring_endpoint_group_associations) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |