Class BackendServiceOptions.Builder

java.lang.Object
org.jclouds.googlecomputeengine.options.BackendServiceOptions.Builder
Enclosing class:
BackendServiceOptions

public static class BackendServiceOptions.Builder extends Object
  • Constructor Details

    • Builder

      public Builder(String name, List<URI> healthChecks)
      Parameters:
      name - , provided by the client.
      healthChecks - The list of
      invalid reference
      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
  • Method Details