Skip to content

/AWS1/CL_WSW=>CREATENETWORKSETTINGS()

About CreateNetworkSettings

Creates a network settings resource that can be associated with a web portal. Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.

Method Signature

IMPORTING

Required arguments:

IV_VPCID TYPE /AWS1/WSWVPCID /AWS1/WSWVPCID

The VPC that streaming instances will connect to.

IT_SUBNETIDS TYPE /AWS1/CL_WSWSUBNETIDLIST_W=>TT_SUBNETIDLIST TT_SUBNETIDLIST

The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.

IT_SECURITYGROUPIDS TYPE /AWS1/CL_WSWSECGROUPIDLIST_W=>TT_SECURITYGROUPIDLIST TT_SECURITYGROUPIDLIST

One or more security groups used to control access from streaming instances to your VPC.

Optional arguments:

IT_TAGS TYPE /AWS1/CL_WSWTAG=>TT_TAGLIST TT_TAGLIST

The tags to add to the network settings resource. A tag is a key-value pair.

IV_CLIENTTOKEN TYPE /AWS1/WSWCLIENTTOKEN /AWS1/WSWCLIENTTOKEN

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.

If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_WSWCRENETWORKSTGSRSP /AWS1/CL_WSWCRENETWORKSTGSRSP