View source: R/lightsail_operations.R
lightsail_set_ip_address_type | R Documentation |
Sets the IP address type for an Amazon Lightsail resource.
See https://www.paws-r-sdk.com/docs/lightsail_set_ip_address_type/ for full documentation.
lightsail_set_ip_address_type(
resourceType,
resourceName,
ipAddressType,
acceptBundleUpdate = NULL
)
resourceType |
[required] The resource type. The resource values are Distribution-related APIs are available only in the N. Virginia
( |
resourceName |
[required] The name of the resource for which to set the IP address type. |
ipAddressType |
[required] The IP address type to set for the specified resource. The possible values are |
acceptBundleUpdate |
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only. An instance bundle will change when switching from You must include this parameter in the command to update the bundle. For
example, if you switch from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.