/AWS1/CL_WSIINSTIPV6ADDRESS¶
Represents an IPv6 address configuration for a WorkSpace Instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_ipv6address TYPE /AWS1/WSIIPV6ADDRESS /AWS1/WSIIPV6ADDRESS¶
Specific IPv6 address assigned to the instance.
iv_isprimaryipv6 TYPE /AWS1/WSIBOOLEAN /AWS1/WSIBOOLEAN¶
Indicates if this is the primary IPv6 address for the instance.
Queryable Attributes¶
Ipv6Address¶
Specific IPv6 address assigned to the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPV6ADDRESS() |
Getter for IPV6ADDRESS, with configurable default |
ASK_IPV6ADDRESS() |
Getter for IPV6ADDRESS w/ exceptions if field has no value |
HAS_IPV6ADDRESS() |
Determine if IPV6ADDRESS has a value |
IsPrimaryIpv6¶
Indicates if this is the primary IPv6 address for the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISPRIMARYIPV6() |
Getter for ISPRIMARYIPV6, with configurable default |
ASK_ISPRIMARYIPV6() |
Getter for ISPRIMARYIPV6 w/ exceptions if field has no value |
HAS_ISPRIMARYIPV6() |
Determine if ISPRIMARYIPV6 has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IPV6ADDRESSES¶
TYPES TT_IPV6ADDRESSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSIINSTIPV6ADDRESS WITH DEFAULT KEY
.