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
12781 12782 12783 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12781 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
12769 12770 12771 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12769 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
12774 12775 12776 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12774 def neighbor_system_id @neighbor_system_id end |
#state ⇒ String
Corresponds to the JSON property state
12779 12780 12781 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12779 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12786 12787 12788 12789 12790 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 12786 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 |