Class Fog::Parsers::Redshift::AWS::ClusterParser
In: lib/fog/aws/parsers/redshift/cluster_parser.rb
Parent: Fog::Parsers::Base

Methods

Public Instance methods

:cluster_identifier - (String) :node_type - (String) :cluster_status - (String) :modify_status - (String) :master_username - (String) :db_name - (String) :endpoint - (Hash)

  :address - (String)
  :port - (Integer)

:cluster_create_time - (Time) :automated_snapshot_retention_period - (Integer) :cluster_security_groups - (Array)

  :cluster_security_group_name - (String)
  :status - (String)

:vpc_security_groups - (Array)

  :vpc_security_group_id - (String)
  :status - (String)

:cluster_parameter_groups - (Array)

  :parameter_group_name - (String)
  :parameter_apply_status - (String)

:cluster_subnet_group_name - (String) :vpc_id - (String) :availability_zone - (String) :preferred_maintenance_window - (String) :pending_modified_values - (Hash)

  :master_user_password - (String)
  :node_type - (String)
  :number_of_nodes - (Integer)
  :cluster_type - (String)
  :cluster_version - (String)
  :automated_snapshot_retention_period - (Integer)

:cluster_version - (String) :allow_version_upgrade - (Boolean) :number_of_nodes - (Integer) :publicly_accessible - (Boolean) :encrypted - (Boolean) :restore_status - (Hash)

  :status - (String)
  :current_restore_rate_in_mega_bytes_per_second - (Numeric)
  :snapshot_size_in_mega_bytes - (Integer)
  :progress_in_mega_bytes - (Integer)
  :elapsed_time_in_seconds - (Integer)
  :estimated_time_to_completion_in_seconds - (Integer)

[Validate]