Skip to content

/AWS1/CL_GDYEC2NETWORKINTERF01

Contains information about the elastic network interface of the Amazon EC2 instance.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_ipv6addresses TYPE /AWS1/CL_GDYIPV6ADDRESSES_W=>TT_IPV6ADDRESSES TT_IPV6ADDRESSES

A list of IPv6 addresses for the Amazon EC2 instance.

it_privateipaddresses TYPE /AWS1/CL_GDYPVTIPADDRESSDETS=>TT_PRIVATEIPADDRESSES TT_PRIVATEIPADDRESSES

Other private IP address information of the Amazon EC2 instance.

iv_publicip TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The public IP address of the Amazon EC2 instance.

it_securitygroups TYPE /AWS1/CL_GDYSECURITYGROUP=>TT_SECURITYGROUPS TT_SECURITYGROUPS

The security groups associated with the Amazon EC2 instance.

iv_subnetid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The subnet ID of the Amazon EC2 instance.

iv_vpcid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The VPC ID of the Amazon EC2 instance.


Queryable Attributes

Ipv6Addresses

A list of IPv6 addresses for the Amazon EC2 instance.

Accessible with the following methods

Method Description
GET_IPV6ADDRESSES() Getter for IPV6ADDRESSES, with configurable default
ASK_IPV6ADDRESSES() Getter for IPV6ADDRESSES w/ exceptions if field has no value
HAS_IPV6ADDRESSES() Determine if IPV6ADDRESSES has a value

PrivateIpAddresses

Other private IP address information of the Amazon EC2 instance.

Accessible with the following methods

Method Description
GET_PRIVATEIPADDRESSES() Getter for PRIVATEIPADDRESSES, with configurable default
ASK_PRIVATEIPADDRESSES() Getter for PRIVATEIPADDRESSES w/ exceptions if field has no
HAS_PRIVATEIPADDRESSES() Determine if PRIVATEIPADDRESSES has a value

PublicIp

The public IP address of the Amazon EC2 instance.

Accessible with the following methods

Method Description
GET_PUBLICIP() Getter for PUBLICIP, with configurable default
ASK_PUBLICIP() Getter for PUBLICIP w/ exceptions if field has no value
HAS_PUBLICIP() Determine if PUBLICIP has a value

SecurityGroups

The security groups associated with the Amazon EC2 instance.

Accessible with the following methods

Method Description
GET_SECURITYGROUPS() Getter for SECURITYGROUPS, with configurable default
ASK_SECURITYGROUPS() Getter for SECURITYGROUPS w/ exceptions if field has no valu
HAS_SECURITYGROUPS() Determine if SECURITYGROUPS has a value

SubNetId

The subnet ID of the Amazon EC2 instance.

Accessible with the following methods

Method Description
GET_SUBNETID() Getter for SUBNETID, with configurable default
ASK_SUBNETID() Getter for SUBNETID w/ exceptions if field has no value
HAS_SUBNETID() Determine if SUBNETID has a value

VpcId

The VPC ID of the Amazon EC2 instance.

Accessible with the following methods

Method Description
GET_VPCID() Getter for VPCID, with configurable default
ASK_VPCID() Getter for VPCID w/ exceptions if field has no value
HAS_VPCID() Determine if VPCID has a value