Class: Google::Apis::ComputeV1::ServerBinding
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::ServerBinding
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#type ⇒ String
Corresponds to the JSON property
type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ServerBinding
constructor
A new instance of ServerBinding.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ServerBinding
Returns a new instance of ServerBinding.
57599 57600 57601 |
# File 'lib/google/apis/compute_v1/classes.rb', line 57599 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Corresponds to the JSON property type
57597 57598 57599 |
# File 'lib/google/apis/compute_v1/classes.rb', line 57597 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
57604 57605 57606 |
# File 'lib/google/apis/compute_v1/classes.rb', line 57604 def update!(**args) @type = args[:type] if args.key?(:type) end |