All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.RouterStatusBgpPeerStatus.html Maven / Gradle / Ivy







RouterStatusBgpPeerStatus (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class RouterStatusBgpPeerStatus

    • Constructor Detail

      • RouterStatusBgpPeerStatus

        public RouterStatusBgpPeerStatus()
    • Method Detail

      • getAdvertisedRoutes

        public List<Route> getAdvertisedRoutes()
        Routes that were advertised to the remote BGP peer
        Returns:
        value or null for none
      • setAdvertisedRoutes

        public RouterStatusBgpPeerStatus setAdvertisedRoutes(List<Route> advertisedRoutes)
        Routes that were advertised to the remote BGP peer
        Parameters:
        advertisedRoutes - advertisedRoutes or null for none
      • getBfdStatus

        public BfdStatus getBfdStatus()
        Returns:
        value or null for none
      • getIpAddress

        public String getIpAddress()
        IP address of the local BGP interface.
        Returns:
        value or null for none
      • setIpAddress

        public RouterStatusBgpPeerStatus setIpAddress(String ipAddress)
        IP address of the local BGP interface.
        Parameters:
        ipAddress - ipAddress or null for none
      • getLinkedVpnTunnel

        public String getLinkedVpnTunnel()
        URL of the VPN tunnel that this BGP peer controls.
        Returns:
        value or null for none
      • setLinkedVpnTunnel

        public RouterStatusBgpPeerStatus setLinkedVpnTunnel(String linkedVpnTunnel)
        URL of the VPN tunnel that this BGP peer controls.
        Parameters:
        linkedVpnTunnel - linkedVpnTunnel or null for none
      • getMd5AuthEnabled

        public Boolean getMd5AuthEnabled()
        Informs whether MD5 authentication is enabled on this BGP peer.
        Returns:
        value or null for none
      • setMd5AuthEnabled

        public RouterStatusBgpPeerStatus setMd5AuthEnabled(Boolean md5AuthEnabled)
        Informs whether MD5 authentication is enabled on this BGP peer.
        Parameters:
        md5AuthEnabled - md5AuthEnabled or null for none
      • getName

        public String getName()
        Name of this BGP peer. Unique within the Routers resource.
        Returns:
        value or null for none
      • setName

        public RouterStatusBgpPeerStatus setName(String name)
        Name of this BGP peer. Unique within the Routers resource.
        Parameters:
        name - name or null for none
      • getNumLearnedRoutes

        public Long getNumLearnedRoutes()
        Number of routes learned from the remote BGP Peer.
        Returns:
        value or null for none
      • setNumLearnedRoutes

        public RouterStatusBgpPeerStatus setNumLearnedRoutes(Long numLearnedRoutes)
        Number of routes learned from the remote BGP Peer.
        Parameters:
        numLearnedRoutes - numLearnedRoutes or null for none
      • getPeerIpAddress

        public String getPeerIpAddress()
        IP address of the remote BGP interface.
        Returns:
        value or null for none
      • setPeerIpAddress

        public RouterStatusBgpPeerStatus setPeerIpAddress(String peerIpAddress)
        IP address of the remote BGP interface.
        Parameters:
        peerIpAddress - peerIpAddress or null for none
      • getRouterApplianceInstance

        public String getRouterApplianceInstance()
        [Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.
        Returns:
        value or null for none
      • setRouterApplianceInstance

        public RouterStatusBgpPeerStatus setRouterApplianceInstance(String routerApplianceInstance)
        [Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.
        Parameters:
        routerApplianceInstance - routerApplianceInstance or null for none
      • getState

        public String getState()
        The state of the BGP session. For a list of possible values for this field, see BGP session states.
        Returns:
        value or null for none
      • setState

        public RouterStatusBgpPeerStatus setState(String state)
        The state of the BGP session. For a list of possible values for this field, see BGP session states.
        Parameters:
        state - state or null for none
      • getStatus

        public String getStatus()
        Status of the BGP peer: {UP, DOWN}
        Returns:
        value or null for none
      • getStatusReason

        public String getStatusReason()
        Indicates why particular status was returned.
        Returns:
        value or null for none
      • setStatusReason

        public RouterStatusBgpPeerStatus setStatusReason(String statusReason)
        Indicates why particular status was returned.
        Parameters:
        statusReason - statusReason or null for none
      • getUptime

        public String getUptime()
        Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
        Returns:
        value or null for none
      • setUptime

        public RouterStatusBgpPeerStatus setUptime(String uptime)
        Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
        Parameters:
        uptime - uptime or null for none
      • getUptimeSeconds

        public String getUptimeSeconds()
        Time this session has been up, in seconds. Format: 145
        Returns:
        value or null for none
      • setUptimeSeconds

        public RouterStatusBgpPeerStatus setUptimeSeconds(String uptimeSeconds)
        Time this session has been up, in seconds. Format: 145
        Parameters:
        uptimeSeconds - uptimeSeconds or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy