HealthStatusForNetworkEndpoint constructor
HealthStatusForNetworkEndpoint({
- BackendServiceReference? backendService,
- ForwardingRuleReference? forwardingRule,
- HealthCheckReference? healthCheck,
- HealthCheckServiceReference? healthCheckService,
- String? healthState,
Implementation
HealthStatusForNetworkEndpoint({
this.backendService,
this.forwardingRule,
this.healthCheck,
this.healthCheckService,
this.healthState,
});