class Google::Apis::ComputeBeta::NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter
Attributes
network_endpoint[RW]
The network endpoint. Corresponds to the JSON property `networkEndpoint` @return [Google::Apis::ComputeBeta::NetworkEndpoint]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 20215 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_beta/classes.rb, line 20220 def update!(**args) @network_endpoint = args[:network_endpoint] if args.key?(:network_endpoint) end