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
- Struct
- Aws::StorageGateway::Types::DescribeGatewayInformationOutput
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.
-
#deprecation_date ⇒ String
Date after which this gateway will not receive software updates for new features and bug fixes.
-
#ec2_instance_id ⇒ String
The ID of the Amazon EC2 instance that was used to launch the gateway.
-
#ec2_instance_region ⇒ String
The AWS Region where the Amazon EC2 instance is located.
-
#endpoint_type ⇒ String
The type of endpoint for your gateway.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#gateway_id ⇒ String
The unique identifier assigned to your gateway during activation.
-
#gateway_name ⇒ String
The name you configured for your gateway.
-
#gateway_network_interfaces ⇒ Array<Types::NetworkInterface>
A NetworkInterface array that contains descriptions of the gateway network interfaces.
-
#gateway_state ⇒ String
A value that indicates the operating state of the gateway.
-
#gateway_timezone ⇒ String
A value that indicates the time zone configured for the gateway.
-
#gateway_type ⇒ String
The type of the gateway.
-
#host_environment ⇒ String
The type of hypervisor environment used by the host.
-
#last_software_update ⇒ String
The date on which the last software update was applied to the gateway.
-
#next_update_availability_date ⇒ String
The date on which an update to the gateway is available.
-
#software_updates_end_date ⇒ String
Date after which this gateway will not receive software updates for new features.
-
#tags ⇒ Array<Types::Tag>
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
-
#vpc_endpoint ⇒ String
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.
#deprecation_date ⇒ String
Date after which this gateway will not receive software updates for new features and bug fixes.
#ec2_instance_id ⇒ String
The ID of the Amazon EC2 instance that was used to launch the gateway.
#ec2_instance_region ⇒ String
The AWS Region where the Amazon EC2 instance is located.
#endpoint_type ⇒ String
The type of endpoint for your gateway.
Valid Values: STANDARD
| FIPS
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
#gateway_id ⇒ String
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.
#gateway_name ⇒ String
The name you configured for your gateway.
#gateway_network_interfaces ⇒ Array<Types::NetworkInterface>
A NetworkInterface array that contains descriptions of the gateway network interfaces.
#gateway_state ⇒ String
A value that indicates the operating state of the gateway.
#gateway_timezone ⇒ String
A value that indicates the time zone configured for the gateway.
#gateway_type ⇒ String
The type of the gateway.
#host_environment ⇒ String
The type of hypervisor environment used by the host.
Possible values:
- VMWARE
- HYPER-V
- EC2
- KVM
- OTHER
#last_software_update ⇒ String
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.
#next_update_availability_date ⇒ String
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.
#software_updates_end_date ⇒ String
Date after which this gateway will not receive software updates for new features.
#tags ⇒ Array<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.
#vpc_endpoint ⇒ String
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.