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



1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1109

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



1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1109

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



1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1109

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