Class: Google::Apis::ComputeBeta::NetworkEndpointGroupsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::NetworkEndpointGroupsScopedList
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#network_endpoint_groups ⇒ Array<Google::Apis::ComputeBeta::NetworkEndpointGroup>
[Output Only] The list of network endpoint groups that are contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::NetworkEndpointGroupsScopedList::Warning
[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworkEndpointGroupsScopedList
constructor
A new instance of NetworkEndpointGroupsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ NetworkEndpointGroupsScopedList
Returns a new instance of NetworkEndpointGroupsScopedList
14629 14630 14631 |
# File 'generated/google/apis/compute_beta/classes.rb', line 14629 def initialize(**args) update!(**args) end |
Instance Attribute Details
#network_endpoint_groups ⇒ Array<Google::Apis::ComputeBeta::NetworkEndpointGroup>
[Output Only] The list of network endpoint groups that are contained in this
scope.
Corresponds to the JSON property networkEndpointGroups
14621 14622 14623 |
# File 'generated/google/apis/compute_beta/classes.rb', line 14621 def network_endpoint_groups @network_endpoint_groups end |
#warning ⇒ Google::Apis::ComputeBeta::NetworkEndpointGroupsScopedList::Warning
[Output Only] An informational warning that replaces the list of network
endpoint groups when the list is empty.
Corresponds to the JSON property warning
14627 14628 14629 |
# File 'generated/google/apis/compute_beta/classes.rb', line 14627 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14634 14635 14636 14637 |
# File 'generated/google/apis/compute_beta/classes.rb', line 14634 def update!(**args) @network_endpoint_groups = args[:network_endpoint_groups] if args.key?(:network_endpoint_groups) @warning = args[:warning] if args.key?(:warning) end |