Class: Google::Cloud::NetworkManagement::V1::DeliverInfo

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 "deliver" 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).



917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 917

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

  # Deliver target types:
  module Target
    # Target not specified.
    TARGET_UNSPECIFIED = 0

    # Target is a Compute Engine instance.
    INSTANCE = 1

    # Target is the internet.
    INTERNET = 2

    # Target is a Google API.
    GOOGLE_API = 3

    # Target is a Google Kubernetes Engine cluster master.
    GKE_MASTER = 4

    # Target is a Cloud SQL instance.
    CLOUD_SQL_INSTANCE = 5

    # Target is a published service that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
    PSC_PUBLISHED_SERVICE = 6

    # Target is Google APIs that use [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_GOOGLE_API = 7

    # Target is a VPC-SC that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_VPC_SC = 8

    # Target is a serverless network endpoint group.
    SERVERLESS_NEG = 9

    # Target is a Cloud Storage bucket.
    STORAGE_BUCKET = 10

    # Target is a private network. Used only for return traces.
    PRIVATE_NETWORK = 11

    # Target is a Cloud Function. Used only for return traces.
    CLOUD_FUNCTION = 12

    # Target is a App Engine service version. Used only for return traces.
    APP_ENGINE_VERSION = 13

    # Target is a Cloud Run revision. Used only for return traces.
    CLOUD_RUN_REVISION = 14

    # Target is a Google-managed service. Used only for return traces.
    GOOGLE_MANAGED_SERVICE = 15

    # Target is a Redis Instance.
    REDIS_INSTANCE = 16

    # Target is a Redis Cluster.
    REDIS_CLUSTER = 17
  end
end

#psc_google_api_target::String

Returns PSC Google API target the packet is delivered to (if applicable).

Returns:

  • (::String)

    PSC Google API target the packet is delivered to (if applicable).



917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 917

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

  # Deliver target types:
  module Target
    # Target not specified.
    TARGET_UNSPECIFIED = 0

    # Target is a Compute Engine instance.
    INSTANCE = 1

    # Target is the internet.
    INTERNET = 2

    # Target is a Google API.
    GOOGLE_API = 3

    # Target is a Google Kubernetes Engine cluster master.
    GKE_MASTER = 4

    # Target is a Cloud SQL instance.
    CLOUD_SQL_INSTANCE = 5

    # Target is a published service that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
    PSC_PUBLISHED_SERVICE = 6

    # Target is Google APIs that use [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_GOOGLE_API = 7

    # Target is a VPC-SC that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_VPC_SC = 8

    # Target is a serverless network endpoint group.
    SERVERLESS_NEG = 9

    # Target is a Cloud Storage bucket.
    STORAGE_BUCKET = 10

    # Target is a private network. Used only for return traces.
    PRIVATE_NETWORK = 11

    # Target is a Cloud Function. Used only for return traces.
    CLOUD_FUNCTION = 12

    # Target is a App Engine service version. Used only for return traces.
    APP_ENGINE_VERSION = 13

    # Target is a Cloud Run revision. Used only for return traces.
    CLOUD_RUN_REVISION = 14

    # Target is a Google-managed service. Used only for return traces.
    GOOGLE_MANAGED_SERVICE = 15

    # Target is a Redis Instance.
    REDIS_INSTANCE = 16

    # Target is a Redis Cluster.
    REDIS_CLUSTER = 17
  end
end

#resource_uri::String

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

Returns:

  • (::String)

    URI of the resource that the packet is delivered to.



917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 917

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

  # Deliver target types:
  module Target
    # Target not specified.
    TARGET_UNSPECIFIED = 0

    # Target is a Compute Engine instance.
    INSTANCE = 1

    # Target is the internet.
    INTERNET = 2

    # Target is a Google API.
    GOOGLE_API = 3

    # Target is a Google Kubernetes Engine cluster master.
    GKE_MASTER = 4

    # Target is a Cloud SQL instance.
    CLOUD_SQL_INSTANCE = 5

    # Target is a published service that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
    PSC_PUBLISHED_SERVICE = 6

    # Target is Google APIs that use [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_GOOGLE_API = 7

    # Target is a VPC-SC that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_VPC_SC = 8

    # Target is a serverless network endpoint group.
    SERVERLESS_NEG = 9

    # Target is a Cloud Storage bucket.
    STORAGE_BUCKET = 10

    # Target is a private network. Used only for return traces.
    PRIVATE_NETWORK = 11

    # Target is a Cloud Function. Used only for return traces.
    CLOUD_FUNCTION = 12

    # Target is a App Engine service version. Used only for return traces.
    APP_ENGINE_VERSION = 13

    # Target is a Cloud Run revision. Used only for return traces.
    CLOUD_RUN_REVISION = 14

    # Target is a Google-managed service. Used only for return traces.
    GOOGLE_MANAGED_SERVICE = 15

    # Target is a Redis Instance.
    REDIS_INSTANCE = 16

    # Target is a Redis Cluster.
    REDIS_CLUSTER = 17
  end
end

#storage_bucket::String

Returns Name of the Cloud Storage Bucket the packet is delivered to (if applicable).

Returns:

  • (::String)

    Name of the Cloud Storage Bucket the packet is delivered to (if applicable).



917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 917

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

  # Deliver target types:
  module Target
    # Target not specified.
    TARGET_UNSPECIFIED = 0

    # Target is a Compute Engine instance.
    INSTANCE = 1

    # Target is the internet.
    INTERNET = 2

    # Target is a Google API.
    GOOGLE_API = 3

    # Target is a Google Kubernetes Engine cluster master.
    GKE_MASTER = 4

    # Target is a Cloud SQL instance.
    CLOUD_SQL_INSTANCE = 5

    # Target is a published service that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
    PSC_PUBLISHED_SERVICE = 6

    # Target is Google APIs that use [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_GOOGLE_API = 7

    # Target is a VPC-SC that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_VPC_SC = 8

    # Target is a serverless network endpoint group.
    SERVERLESS_NEG = 9

    # Target is a Cloud Storage bucket.
    STORAGE_BUCKET = 10

    # Target is a private network. Used only for return traces.
    PRIVATE_NETWORK = 11

    # Target is a Cloud Function. Used only for return traces.
    CLOUD_FUNCTION = 12

    # Target is a App Engine service version. Used only for return traces.
    APP_ENGINE_VERSION = 13

    # Target is a Cloud Run revision. Used only for return traces.
    CLOUD_RUN_REVISION = 14

    # Target is a Google-managed service. Used only for return traces.
    GOOGLE_MANAGED_SERVICE = 15

    # Target is a Redis Instance.
    REDIS_INSTANCE = 16

    # Target is a Redis Cluster.
    REDIS_CLUSTER = 17
  end
end

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

Returns Target type where the packet is delivered to.

Returns:



917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 917

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

  # Deliver target types:
  module Target
    # Target not specified.
    TARGET_UNSPECIFIED = 0

    # Target is a Compute Engine instance.
    INSTANCE = 1

    # Target is the internet.
    INTERNET = 2

    # Target is a Google API.
    GOOGLE_API = 3

    # Target is a Google Kubernetes Engine cluster master.
    GKE_MASTER = 4

    # Target is a Cloud SQL instance.
    CLOUD_SQL_INSTANCE = 5

    # Target is a published service that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
    PSC_PUBLISHED_SERVICE = 6

    # Target is Google APIs that use [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_GOOGLE_API = 7

    # Target is a VPC-SC that uses [Private Service
    # Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
    PSC_VPC_SC = 8

    # Target is a serverless network endpoint group.
    SERVERLESS_NEG = 9

    # Target is a Cloud Storage bucket.
    STORAGE_BUCKET = 10

    # Target is a private network. Used only for return traces.
    PRIVATE_NETWORK = 11

    # Target is a Cloud Function. Used only for return traces.
    CLOUD_FUNCTION = 12

    # Target is a App Engine service version. Used only for return traces.
    APP_ENGINE_VERSION = 13

    # Target is a Cloud Run revision. Used only for return traces.
    CLOUD_RUN_REVISION = 14

    # Target is a Google-managed service. Used only for return traces.
    GOOGLE_MANAGED_SERVICE = 15

    # Target is a Redis Instance.
    REDIS_INSTANCE = 16

    # Target is a Redis Cluster.
    REDIS_CLUSTER = 17
  end
end