Class NetworkLoadBalancerBackendSetMapping.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • isBackendSetForNonMovable

        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

        Parameters:
        isBackendSetForNonMovable - the value to set
        Returns:
        this builder
      • sourceBackendSetName

        public NetworkLoadBalancerBackendSetMapping.Builder sourceBackendSetName​(String sourceBackendSetName)
        The name of the source backend set.

        Example: example_backend_set

        Parameters:
        sourceBackendSetName - the value to set
        Returns:
        this builder
      • destinationBackendSetName

        public NetworkLoadBalancerBackendSetMapping.Builder destinationBackendSetName​(String destinationBackendSetName)
        The name of the destination backend set.

        Example: example_backend_set

        Parameters:
        destinationBackendSetName - the value to set
        Returns:
        this builder