You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::DescribeGatewayInformationOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A JSON object containing the following fields:

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arnString

The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.

#deprecation_dateString

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

Returns:

  • (String)

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

#ec2_instance_idString

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

Returns:

  • (String)

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

#ec2_instance_regionString

The AWS Region where the Amazon EC2 instance is located.

Returns:

  • (String)

    The AWS Region where the Amazon EC2 instance is located.

#endpoint_typeString

The type of endpoint for your gateway.

Valid Values: STANDARD | FIPS

Returns:

  • (String)

    The type of endpoint for your gateway.

#gateway_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.

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

    The unique identifier assigned to your gateway during activation.

#gateway_nameString

The name you configured for your gateway.

Returns:

  • (String)

    The name you configured for your gateway.

#gateway_network_interfacesArray<Types::NetworkInterface>

A NetworkInterface array that contains descriptions of the gateway network interfaces.

Returns:

#gateway_stateString

A value that indicates the operating state of the gateway.

Returns:

  • (String)

    A value that indicates the operating state of the gateway.

#gateway_timezoneString

A value that indicates the time zone configured for the gateway.

Returns:

  • (String)

    A value that indicates the time zone configured for the gateway.

#gateway_typeString

The type of the gateway.

Returns:

  • (String)

    The type of the gateway.

#host_environmentString

The type of hypervisor environment used by the host.

Possible values:

  • VMWARE
  • HYPER-V
  • EC2
  • KVM
  • OTHER

Returns:

  • (String)

    The type of hypervisor environment used by the host.

#last_software_updateString

The date on which the last software update was applied to the gateway. If the gateway has never been updated, this field does not return a value in the response.

Returns:

  • (String)

    The date on which the last software update was applied to the gateway.

#next_update_availability_dateString

The date on which an update to the gateway is available. This date is in the time zone of the gateway. If the gateway is not available for an update this field is not returned in the response.

Returns:

  • (String)

    The date on which an update to the gateway is available.

#software_updates_end_dateString

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

Returns:

  • (String)

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

#tagsArray<Types::Tag>

A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.

Returns:

  • (Array<Types::Tag>)

    A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.

#vpc_endpointString

The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.

Returns:

  • (String)

    The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.