Skip to content

/AWS1/CL_LISUPDATESETTINGS

Updates the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.

CONSTRUCTOR

IMPORTING

Required arguments:

IT_ADDSUBNETS TYPE /AWS1/CL_LISSUBNETS_W=>TT_SUBNETS TT_SUBNETS

The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.

IT_REMOVESUBNETS TYPE /AWS1/CL_LISSUBNETS_W=>TT_SUBNETS TT_SUBNETS

The ID of one or more subnets to remove.

Optional arguments:

IV_SECURITYGROUPID TYPE /AWS1/LISSECURITYGROUP /AWS1/LISSECURITYGROUP

A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.


Queryable Attributes

AddSubnets

The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.

Accessible with the following methods

Method Description
GET_ADDSUBNETS() Getter for ADDSUBNETS, with configurable default
ASK_ADDSUBNETS() Getter for ADDSUBNETS w/ exceptions if field has no value
HAS_ADDSUBNETS() Determine if ADDSUBNETS has a value

RemoveSubnets

The ID of one or more subnets to remove.

Accessible with the following methods

Method Description
GET_REMOVESUBNETS() Getter for REMOVESUBNETS, with configurable default
ASK_REMOVESUBNETS() Getter for REMOVESUBNETS w/ exceptions if field has no value
HAS_REMOVESUBNETS() Determine if REMOVESUBNETS has a value

SecurityGroupId

A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.

Accessible with the following methods

Method Description
GET_SECURITYGROUPID() Getter for SECURITYGROUPID, with configurable default
ASK_SECURITYGROUPID() Getter for SECURITYGROUPID w/ exceptions if field has no val
HAS_SECURITYGROUPID() Determine if SECURITYGROUPID has a value