Class: Google::Apis::ComputeAlpha::ServerBinding
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ServerBinding
- 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
-
#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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ServerBinding
Returns a new instance of ServerBinding
25480 25481 25482 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 25480 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Corresponds to the JSON property type
25478 25479 25480 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 25478 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25485 25486 25487 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 25485 def update!(**args) @type = args[:type] if args.key?(:type) end |