Class: Aws::StorageGateway::Types::GatewayInfo

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

Overview

Describes a gateway object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deprecation_dateString

Date after which this gateway will not receive software updates for new features and bug fixes.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_instance_idString

The ID of the Amazon EC2 instance that was used to launch the gateway.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_instance_regionString

The Amazon Web Services Region where the Amazon EC2 instance is located.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_nameString

The name of the gateway.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_operational_stateString

The state of the gateway.

Valid Values: DISABLED | ACTIVE

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_typeString

The type of the gateway.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#host_environmentString

The type of hardware or software platform on which the gateway is running.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#host_environment_idString

A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end

#software_versionString

The version number of the software running on the gateway appliance.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4084

class GatewayInfo < Struct.new(
  :gateway_id,
  :gateway_arn,
  :gateway_type,
  :gateway_operational_state,
  :gateway_name,
  :ec2_instance_id,
  :ec2_instance_region,
  :host_environment,
  :host_environment_id,
  :deprecation_date,
  :software_version)
  SENSITIVE = []
  include Aws::Structure
end