JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.directconnect.model

Class StartBgpFailoverTestRequest

    • Constructor Detail

      • StartBgpFailoverTestRequest

        public StartBgpFailoverTestRequest()
    • Method Detail

      • setVirtualInterfaceId

        public void setVirtualInterfaceId(String virtualInterfaceId)

        The ID of the virtual interface you want to test.

        Parameters:
        virtualInterfaceId - The ID of the virtual interface you want to test.
      • getVirtualInterfaceId

        public String getVirtualInterfaceId()

        The ID of the virtual interface you want to test.

        Returns:
        The ID of the virtual interface you want to test.
      • withVirtualInterfaceId

        public StartBgpFailoverTestRequest withVirtualInterfaceId(String virtualInterfaceId)

        The ID of the virtual interface you want to test.

        Parameters:
        virtualInterfaceId - The ID of the virtual interface you want to test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getBgpPeers

        public List<String> getBgpPeers()

        The BGP peers to place in the DOWN state.

        Returns:
        The BGP peers to place in the DOWN state.
      • setBgpPeers

        public void setBgpPeers(Collection<String> bgpPeers)

        The BGP peers to place in the DOWN state.

        Parameters:
        bgpPeers - The BGP peers to place in the DOWN state.
      • withBgpPeers

        public StartBgpFailoverTestRequest withBgpPeers(Collection<String> bgpPeers)

        The BGP peers to place in the DOWN state.

        Parameters:
        bgpPeers - The BGP peers to place in the DOWN state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestDurationInMinutes

        public void setTestDurationInMinutes(Integer testDurationInMinutes)

        The time in minutes that the virtual interface failover test will last.

        Maximum value: 4,320 minutes (72 hours).

        Default: 180 minutes (3 hours).

        Parameters:
        testDurationInMinutes - The time in minutes that the virtual interface failover test will last.

        Maximum value: 4,320 minutes (72 hours).

        Default: 180 minutes (3 hours).

      • getTestDurationInMinutes

        public Integer getTestDurationInMinutes()

        The time in minutes that the virtual interface failover test will last.

        Maximum value: 4,320 minutes (72 hours).

        Default: 180 minutes (3 hours).

        Returns:
        The time in minutes that the virtual interface failover test will last.

        Maximum value: 4,320 minutes (72 hours).

        Default: 180 minutes (3 hours).

      • withTestDurationInMinutes

        public StartBgpFailoverTestRequest withTestDurationInMinutes(Integer testDurationInMinutes)

        The time in minutes that the virtual interface failover test will last.

        Maximum value: 4,320 minutes (72 hours).

        Default: 180 minutes (3 hours).

        Parameters:
        testDurationInMinutes - The time in minutes that the virtual interface failover test will last.

        Maximum value: 4,320 minutes (72 hours).

        Default: 180 minutes (3 hours).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /