Class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower

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

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) ⇒ InterconnectDiagnosticsLinkOpticalPower

Returns a new instance of InterconnectDiagnosticsLinkOpticalPower



12807
12808
12809
# File 'generated/google/apis/compute_alpha/classes.rb', line 12807

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

Instance Attribute Details

#stateString

Corresponds to the JSON property state

Returns:

  • (String)


12800
12801
12802
# File 'generated/google/apis/compute_alpha/classes.rb', line 12800

def state
  @state
end

#valueFloat

Value of the current optical power, read in dBm. Corresponds to the JSON property value

Returns:

  • (Float)


12805
12806
12807
# File 'generated/google/apis/compute_alpha/classes.rb', line 12805

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12812
12813
12814
12815
# File 'generated/google/apis/compute_alpha/classes.rb', line 12812

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