Class BackendServiceOptions.Builder

    • Constructor Detail

      • Builder

        public Builder​(String name,
                       List<URI> healthChecks)
        Parameters:
        name - , provided by the client.
        healthChecks - The list of Links to the HttpHealthCheck resource for health checking this BackendService. Currently at most one health check can be specified, and a health check is required.
      • Builder

        public Builder()
        Empty builder for use when patching or updating and existing BackendService Otherwise use the other builder