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

#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.



677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 677

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
  end
end

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

Returns Target type where this packet is forwarded to.

Returns:



677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 677

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
  end
end