Class: Google::Apis::ManagerV1beta2::HealthCheckModuleStatus

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/manager_v1beta2/classes.rb,
generated/google/apis/manager_v1beta2/representations.rb,
generated/google/apis/manager_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ HealthCheckModuleStatus

Returns a new instance of HealthCheckModuleStatus.



517
518
519
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 517

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

Instance Attribute Details

#health_check_urlString

[Output Only] The HealthCheck URL. Corresponds to the JSON property healthCheckUrl

Returns:

  • (String)


515
516
517
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 515

def health_check_url
  @health_check_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



522
523
524
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 522

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