Class: Google::Apis::ComputeV1::NetworkEndpointGroupsDetachEndpointsRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::NetworkEndpointGroupsDetachEndpointsRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#network_endpoints ⇒ Array<Google::Apis::ComputeV1::NetworkEndpoint>
The list of network endpoints to be detached.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworkEndpointGroupsDetachEndpointsRequest
constructor
A new instance of NetworkEndpointGroupsDetachEndpointsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NetworkEndpointGroupsDetachEndpointsRequest
Returns a new instance of NetworkEndpointGroupsDetachEndpointsRequest.
24936 24937 24938 |
# File 'lib/google/apis/compute_v1/classes.rb', line 24936 def initialize(**args) update!(**args) end |
Instance Attribute Details
#network_endpoints ⇒ Array<Google::Apis::ComputeV1::NetworkEndpoint>
The list of network endpoints to be detached.
Corresponds to the JSON property networkEndpoints
24934 24935 24936 |
# File 'lib/google/apis/compute_v1/classes.rb', line 24934 def network_endpoints @network_endpoints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24941 24942 24943 |
# File 'lib/google/apis/compute_v1/classes.rb', line 24941 def update!(**args) @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints) end |