class Google::Apis::ManagerV1beta2::HealthCheckModuleStatus

Attributes

health_check_url[RW]
Output Only

The HealthCheck URL.

Corresponds to the JSON property `healthCheckUrl` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/manager_v1beta2/classes.rb, line 517
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# 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