AWS SDK for .NET Documentation
DescribeGatewayInformationResult Class
AmazonAmazon.StorageGateway.ModelDescribeGatewayInformationResult Did this page help you?   Yes   No    Tell us about it...

A JSON object containing the following fields:

Declaration Syntax
C#
public class DescribeGatewayInformationResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeGatewayInformationResult()()()()
Initializes a new instance of the DescribeGatewayInformationResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GatewayARN
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:

Length
50 - 500


GatewayId
The gateway ID.

Constraints:

Length
12 - 30


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

GatewayState
One of the values that indicates the operating state of the gateway.

Constraints:

Length
2 - 25


GatewayTimezone
One of the values that indicates the time zone configured for the gateway.

Constraints:

Length
3 - 10


GatewayType
TBD

Constraints:

Length
2 - 20


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NextUpdateAvailabilityDate
The date at 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.

Constraints:

Length
1 - 25


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithGatewayARN(String) Obsolete.
Sets the GatewayARN property

WithGatewayId(String) Obsolete.
Sets the GatewayId property

WithGatewayNetworkInterfaces(array<NetworkInterface>[]()[][]) Obsolete.
Adds elements to the GatewayNetworkInterfaces collection

WithGatewayNetworkInterfaces(IEnumerable<(Of <<'(NetworkInterface>)>>)) Obsolete.
Adds elements to the GatewayNetworkInterfaces collection

WithGatewayState(String) Obsolete.
Sets the GatewayState property

WithGatewayTimezone(String) Obsolete.
Sets the GatewayTimezone property

WithGatewayType(String) Obsolete.
Sets the GatewayType property

WithNextUpdateAvailabilityDate(String) Obsolete.
Sets the NextUpdateAvailabilityDate property

Inheritance Hierarchy
Object
DescribeGatewayInformationResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)