Class: Google::Apis::ManagerV1beta2::HealthCheckModuleStatus
- Inherits:
-
Object
- Object
- Google::Apis::ManagerV1beta2::HealthCheckModuleStatus
- 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
-
#health_check_url ⇒ String
[Output Only] The HealthCheck URL.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HealthCheckModuleStatus
constructor
A new instance of HealthCheckModuleStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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_url ⇒ String
[Output Only] The HealthCheck URL.
Corresponds to the JSON property healthCheckUrl
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 |