Uses of Interface
com.google.cloud.compute.v1.BackendServiceFailoverPolicyOrBuilder
-
Packages that use BackendServiceFailoverPolicyOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of BackendServiceFailoverPolicyOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement BackendServiceFailoverPolicyOrBuilder Modifier and Type Class Description class
BackendServiceFailoverPolicy
For load balancers that have configurable failover: [Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).static class
BackendServiceFailoverPolicy.Builder
For load balancers that have configurable failover: [Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).Methods in com.google.cloud.compute.v1 that return BackendServiceFailoverPolicyOrBuilder Modifier and Type Method Description BackendServiceFailoverPolicyOrBuilder
BackendService.Builder. getFailoverPolicyOrBuilder()
Requires at least one backend instance group to be defined as a backup (failover) backend.BackendServiceFailoverPolicyOrBuilder
BackendService. getFailoverPolicyOrBuilder()
Requires at least one backend instance group to be defined as a backup (failover) backend.BackendServiceFailoverPolicyOrBuilder
BackendServiceOrBuilder. getFailoverPolicyOrBuilder()
Requires at least one backend instance group to be defined as a backup (failover) backend.
-