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



971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
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
1029
1030
1031
1032
1033
1034
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 971

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



971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
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
1029
1030
1031
1032
1033
1034
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 971

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.



971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
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
1029
1030
1031
1032
1033
1034
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 971

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



971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
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
1029
1030
1031
1032
1033
1034
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 971

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:



971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
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
1029
1030
1031
1032
1033
1034
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 971

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