Class: Aws::NetworkManager::Types::NetworkTelemetry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Describes the telemetry information for a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4383

class NetworkTelemetry < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :address,
  :health)
  SENSITIVE = []
  include Aws::Structure
end

#addressString

The address.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4383

class NetworkTelemetry < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :address,
  :health)
  SENSITIVE = []
  include Aws::Structure
end

#aws_regionString

The Amazon Web Services Region.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4383

class NetworkTelemetry < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :address,
  :health)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4383

class NetworkTelemetry < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :address,
  :health)
  SENSITIVE = []
  include Aws::Structure
end

#healthTypes::ConnectionHealth

The connection health.



4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4383

class NetworkTelemetry < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :address,
  :health)
  SENSITIVE = []
  include Aws::Structure
end

#registered_gateway_arnString

The ARN of the gateway.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4383

class NetworkTelemetry < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :address,
  :health)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4383

class NetworkTelemetry < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :address,
  :health)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4383

class NetworkTelemetry < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :address,
  :health)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4383

class NetworkTelemetry < Struct.new(
  :registered_gateway_arn,
  :core_network_id,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_id,
  :resource_arn,
  :address,
  :health)
  SENSITIVE = []
  include Aws::Structure
end