Class: Aws::ApplicationDiscoveryService::Types::CustomerAgentInfo

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

Overview

Inventory data for installed discovery agents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_agentsInteger

Number of active discovery agents.

Returns:

  • (Integer)


587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 587

class CustomerAgentInfo < Struct.new(
  :active_agents,
  :healthy_agents,
  :black_listed_agents,
  :shutdown_agents,
  :unhealthy_agents,
  :total_agents,
  :unknown_agents)
  SENSITIVE = []
  include Aws::Structure
end

#black_listed_agentsInteger

Number of blacklisted discovery agents.

Returns:

  • (Integer)


587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 587

class CustomerAgentInfo < Struct.new(
  :active_agents,
  :healthy_agents,
  :black_listed_agents,
  :shutdown_agents,
  :unhealthy_agents,
  :total_agents,
  :unknown_agents)
  SENSITIVE = []
  include Aws::Structure
end

#healthy_agentsInteger

Number of healthy discovery agents

Returns:

  • (Integer)


587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 587

class CustomerAgentInfo < Struct.new(
  :active_agents,
  :healthy_agents,
  :black_listed_agents,
  :shutdown_agents,
  :unhealthy_agents,
  :total_agents,
  :unknown_agents)
  SENSITIVE = []
  include Aws::Structure
end

#shutdown_agentsInteger

Number of discovery agents with status SHUTDOWN.

Returns:

  • (Integer)


587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 587

class CustomerAgentInfo < Struct.new(
  :active_agents,
  :healthy_agents,
  :black_listed_agents,
  :shutdown_agents,
  :unhealthy_agents,
  :total_agents,
  :unknown_agents)
  SENSITIVE = []
  include Aws::Structure
end

#total_agentsInteger

Total number of discovery agents.

Returns:

  • (Integer)


587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 587

class CustomerAgentInfo < Struct.new(
  :active_agents,
  :healthy_agents,
  :black_listed_agents,
  :shutdown_agents,
  :unhealthy_agents,
  :total_agents,
  :unknown_agents)
  SENSITIVE = []
  include Aws::Structure
end

#unhealthy_agentsInteger

Number of unhealthy discovery agents.

Returns:

  • (Integer)


587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 587

class CustomerAgentInfo < Struct.new(
  :active_agents,
  :healthy_agents,
  :black_listed_agents,
  :shutdown_agents,
  :unhealthy_agents,
  :total_agents,
  :unknown_agents)
  SENSITIVE = []
  include Aws::Structure
end

#unknown_agentsInteger

Number of unknown discovery agents.

Returns:

  • (Integer)


587
588
589
590
591
592
593
594
595
596
597
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 587

class CustomerAgentInfo < Struct.new(
  :active_agents,
  :healthy_agents,
  :black_listed_agents,
  :shutdown_agents,
  :unhealthy_agents,
  :total_agents,
  :unknown_agents)
  SENSITIVE = []
  include Aws::Structure
end