Class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#google_system_id ⇒ String
System ID of the port on Google?s side of the LACP exchange.
-
#neighbor_system_id ⇒ String
System ID of the port on the neighbor?s side of the LACP exchange.
-
#state ⇒ String
Corresponds to the JSON property
state
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectDiagnosticsLinkLacpStatus
constructor
A new instance of InterconnectDiagnosticsLinkLacpStatus.
-
#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) ⇒ InterconnectDiagnosticsLinkLacpStatus
Returns a new instance of InterconnectDiagnosticsLinkLacpStatus
14345 14346 14347 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 14345 def initialize(**args) update!(**args) end |
Instance Attribute Details
#google_system_id ⇒ String
System ID of the port on Google?s side of the LACP exchange.
Corresponds to the JSON property googleSystemId
14333 14334 14335 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 14333 def google_system_id @google_system_id end |
#neighbor_system_id ⇒ String
System ID of the port on the neighbor?s side of the LACP exchange.
Corresponds to the JSON property neighborSystemId
14338 14339 14340 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 14338 def neighbor_system_id @neighbor_system_id end |
#state ⇒ String
Corresponds to the JSON property state
14343 14344 14345 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 14343 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14350 14351 14352 14353 14354 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 14350 def update!(**args) @google_system_id = args[:google_system_id] if args.key?(:google_system_id) @neighbor_system_id = args[:neighbor_system_id] if args.key?(:neighbor_system_id) @state = args[:state] if args.key?(:state) end |