Learn R Programming

paws.management (version 0.1.10)

licensemanager_checkout_license: Checks out the specified license

Description

Checks out the specified license.

Usage

licensemanager_checkout_license(ProductSKU, CheckoutType,
  KeyFingerprint, Entitlements, ClientToken, Beneficiary, NodeId)

Arguments

ProductSKU

[required] Product SKU.

CheckoutType

[required] Checkout type.

KeyFingerprint

[required] Key fingerprint identifying the license.

Entitlements

[required] License entitlements.

ClientToken

[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Beneficiary

License beneficiary.

NodeId

Node ID.

Request syntax

svc$checkout_license(
  ProductSKU = "string",
  CheckoutType = "PROVISIONAL",
  KeyFingerprint = "string",
  Entitlements = list(
    list(
      Name = "string",
      Value = "string",
      Unit = "Count"|"None"|"Seconds"|"Microseconds"|"Milliseconds"|"Bytes"|"Kilobytes"|"Megabytes"|"Gigabytes"|"Terabytes"|"Bits"|"Kilobits"|"Megabits"|"Gigabits"|"Terabits"|"Percent"|"Bytes/Second"|"Kilobytes/Second"|"Megabytes/Second"|"Gigabytes/Second"|"Terabytes/Second"|"Bits/Second"|"Kilobits/Second"|"Megabits/Second"|"Gigabits/Second"|"Terabits/Second"|"Count/Second"
    )
  ),
  ClientToken = "string",
  Beneficiary = "string",
  NodeId = "string"
)