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

Class: Aws::DirectoryService::Types::IpRouteInfo

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

Overview

Information about one or more IP address blocks.

Instance Attribute Summary collapse

Instance Attribute Details

#added_date_timeTime

The date and time the address block was added to the directory.

Returns:

  • (Time)

    The date and time the address block was added to the directory.

#cidr_ipString

IP address block in the IpRoute.

Returns:

  • (String)

    IP address block in the IpRoute.

#descriptionString

Description of the IpRouteInfo.

Returns:

#directory_idString

Identifier (ID) of the directory associated with the IP addresses.

Returns:

  • (String)

    Identifier (ID) of the directory associated with the IP addresses.

#ip_route_status_msgString

The status of the IP address block.

Possible values:

  • Adding
  • Added
  • Removing
  • Removed
  • AddFailed
  • RemoveFailed

Returns:

  • (String)

    The status of the IP address block.

#ip_route_status_reasonString

The reason for the IpRouteStatusMsg.

Returns:

  • (String)

    The reason for the IpRouteStatusMsg.