Class BackendServiceOptions.Builder
java.lang.Object
org.jclouds.googlecomputeengine.options.BackendServiceOptions.Builder
- Enclosing class:
BackendServiceOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackends
(List<BackendService.Backend> backends) The list of backends that serve this BackendService.build()
description
(String description) An optional textual description of the BackendService.fingerprint
(String fingerprint) Fingerprint of this resource.healthChecks
(List<URI> healthChecks) HealthChecks - The list ofinvalid reference
Links
The TCP port to connect on the backend.The protocol for incoming requests.timeoutSec
(Integer timeoutSec) How many seconds to wait for the backend before considering it a failed request.
-
Constructor Details
-
Builder
- Parameters:
name
- , provided by the client.healthChecks
- The list ofinvalid reference
Links
-
Builder
public Builder()Empty builder for use when patching or updating and existing BackendService Otherwise use the otherbuilder
-
-
Method Details
-
description
An optional textual description of the BackendService. -
healthChecks
HealthChecks - The list ofinvalid reference
Links
-
backends
The list of backends that serve this BackendService. -
timeoutSec
How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds. -
port
The TCP port to connect on the backend. The default value is 80. -
protocol
The protocol for incoming requests. -
fingerprint
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a BackendService. An up-to-date fingerprint must be provided in order to update the BackendService. -
portName
-
build
-