Class: Google::Apis::ComputeAlpha::ServerBinding
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ServerBinding
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ ServerBinding
Returns a new instance of ServerBinding.
42048 42049 42050 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 42048 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Corresponds to the JSON property type
42046 42047 42048 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 42046 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42053 42054 42055 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 42053 def update!(**args) @type = args[:type] if args.key?(:type) end |