public static class NetworkLoadBalancerBackendSetMapping.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NetworkLoadBalancerBackendSetMapping |
build() |
NetworkLoadBalancerBackendSetMapping.Builder |
copy(NetworkLoadBalancerBackendSetMapping model) |
NetworkLoadBalancerBackendSetMapping.Builder |
destinationBackendSetName(String destinationBackendSetName)
The name of the destination backend set.
|
NetworkLoadBalancerBackendSetMapping.Builder |
isBackendSetForNonMovable(Boolean isBackendSetForNonMovable)
This flag specifies if this backend set is used for traffic for non-movable compute
instances.
|
NetworkLoadBalancerBackendSetMapping.Builder |
sourceBackendSetName(String sourceBackendSetName)
The name of the source backend set.
|
public NetworkLoadBalancerBackendSetMapping.Builder isBackendSetForNonMovable(Boolean isBackendSetForNonMovable)
This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to ‘true’. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to ‘false’.
Example: true
isBackendSetForNonMovable
- the value to setpublic NetworkLoadBalancerBackendSetMapping.Builder sourceBackendSetName(String sourceBackendSetName)
The name of the source backend set.
Example: example_backend_set
sourceBackendSetName
- the value to setpublic NetworkLoadBalancerBackendSetMapping.Builder destinationBackendSetName(String destinationBackendSetName)
The name of the destination backend set.
Example: example_backend_set
destinationBackendSetName
- the value to setpublic NetworkLoadBalancerBackendSetMapping build()
public NetworkLoadBalancerBackendSetMapping.Builder copy(NetworkLoadBalancerBackendSetMapping model)
Copyright © 2016–2024. All rights reserved.