Class: Google::Apis::ComputeBeta::ServerBinding
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ServerBinding
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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.
29830 29831 29832 |
# File 'generated/google/apis/compute_beta/classes.rb', line 29830 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Corresponds to the JSON property type
29828 29829 29830 |
# File 'generated/google/apis/compute_beta/classes.rb', line 29828 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29835 29836 29837 |
# File 'generated/google/apis/compute_beta/classes.rb', line 29835 def update!(**args) @type = args[:type] if args.key?(:type) end |