Update Service Settings
licensemanagerlinuxsubscriptions_update_service_settings | R Documentation |
Updates the service settings for Linux subscriptions¶
Description¶
Updates the service settings for Linux subscriptions.
Usage¶
licensemanagerlinuxsubscriptions_update_service_settings(AllowUpdate,
LinuxSubscriptionsDiscovery, LinuxSubscriptionsDiscoverySettings)
Arguments¶
AllowUpdate
Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates, you can aggregate Linux subscription data in more than one home Region.
LinuxSubscriptionsDiscovery
[required] Describes if the discovery of Linux subscriptions is enabled.
LinuxSubscriptionsDiscoverySettings
[required] The settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from.
Value¶
A list with the following syntax:
list(
HomeRegions = list(
"string"
),
LinuxSubscriptionsDiscovery = "Enabled"|"Disabled",
LinuxSubscriptionsDiscoverySettings = list(
OrganizationIntegration = "Enabled"|"Disabled",
SourceRegions = list(
"string"
)
),
Status = "InProgress"|"Completed"|"Successful"|"Failed",
StatusMessage = list(
"string"
)
)