Class: Google::Apis::ComputeAlpha::NetworkEndpointGroupsDetachEndpointsRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
more...

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ NetworkEndpointGroupsDetachEndpointsRequest

Returns a new instance of NetworkEndpointGroupsDetachEndpointsRequest

[View source]

17438
17439
17440
# File 'generated/google/apis/compute_alpha/classes.rb', line 17438

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#network_endpointsArray<Google::Apis::ComputeAlpha::NetworkEndpoint>

The list of network endpoints to be detached. Corresponds to the JSON property networkEndpoints


17436
17437
17438
# File 'generated/google/apis/compute_alpha/classes.rb', line 17436

def network_endpoints
  @network_endpoints
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

17443
17444
17445
# File 'generated/google/apis/compute_alpha/classes.rb', line 17443

def update!(**args)
  @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints)
end
x

Warning: This is not the latest release.



Privacy · Terms