Class: Google::Cloud::NetworkManagement::V1::ForwardInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkmanagement/v1/trace.rb

Overview

Details of the final state "forward" and associated resource.

Defined Under Namespace

Modules: Target

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address::String

Returns IP address of the target (if applicable).

Returns:

  • (::String)

    IP address of the target (if applicable).



992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 992

class ForwardInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Forward target types.
  module Target
    # Target not specified.
    TARGET_UNSPECIFIED = 0

    # Forwarded to a VPC peering network.
    PEERING_VPC = 1

    # Forwarded to a Cloud VPN gateway.
    VPN_GATEWAY = 2

    # Forwarded to a Cloud Interconnect connection.
    INTERCONNECT = 3

    # Forwarded to a Google Kubernetes Engine Container cluster master.
    GKE_MASTER = 4

    # Forwarded to the next hop of a custom route imported from a peering VPC.
    IMPORTED_CUSTOM_ROUTE_NEXT_HOP = 5

    # Forwarded to a Cloud SQL instance.
    CLOUD_SQL_INSTANCE = 6

    # Forwarded to a VPC network in another project.
    ANOTHER_PROJECT = 7

    # Forwarded to an NCC Hub.
    NCC_HUB = 8

    # Forwarded to a router appliance.
    ROUTER_APPLIANCE = 9
  end
end

#resource_uri::String

Returns URI of the resource that the packet is forwarded to.

Returns:

  • (::String)

    URI of the resource that the packet is forwarded to.



992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 992

class ForwardInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Forward target types.
  module Target
    # Target not specified.
    TARGET_UNSPECIFIED = 0

    # Forwarded to a VPC peering network.
    PEERING_VPC = 1

    # Forwarded to a Cloud VPN gateway.
    VPN_GATEWAY = 2

    # Forwarded to a Cloud Interconnect connection.
    INTERCONNECT = 3

    # Forwarded to a Google Kubernetes Engine Container cluster master.
    GKE_MASTER = 4

    # Forwarded to the next hop of a custom route imported from a peering VPC.
    IMPORTED_CUSTOM_ROUTE_NEXT_HOP = 5

    # Forwarded to a Cloud SQL instance.
    CLOUD_SQL_INSTANCE = 6

    # Forwarded to a VPC network in another project.
    ANOTHER_PROJECT = 7

    # Forwarded to an NCC Hub.
    NCC_HUB = 8

    # Forwarded to a router appliance.
    ROUTER_APPLIANCE = 9
  end
end

#target::Google::Cloud::NetworkManagement::V1::ForwardInfo::Target

Returns Target type where this packet is forwarded to.

Returns:



992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 992

class ForwardInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Forward target types.
  module Target
    # Target not specified.
    TARGET_UNSPECIFIED = 0

    # Forwarded to a VPC peering network.
    PEERING_VPC = 1

    # Forwarded to a Cloud VPN gateway.
    VPN_GATEWAY = 2

    # Forwarded to a Cloud Interconnect connection.
    INTERCONNECT = 3

    # Forwarded to a Google Kubernetes Engine Container cluster master.
    GKE_MASTER = 4

    # Forwarded to the next hop of a custom route imported from a peering VPC.
    IMPORTED_CUSTOM_ROUTE_NEXT_HOP = 5

    # Forwarded to a Cloud SQL instance.
    CLOUD_SQL_INSTANCE = 6

    # Forwarded to a VPC network in another project.
    ANOTHER_PROJECT = 7

    # Forwarded to an NCC Hub.
    NCC_HUB = 8

    # Forwarded to a router appliance.
    ROUTER_APPLIANCE = 9
  end
end