![]() |
![]()
| ![]() |
![]()
NAMEPaws::LicenseManager::LicenseConfiguration USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::LicenseManager::LicenseConfiguration object: $service_obj->Method(Att1 => { AutomatedDiscoveryInformation => $value, ..., Status => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::LicenseManager::LicenseConfiguration object: $result = $service_obj->Method(...); $result->Att1->AutomatedDiscoveryInformation DESCRIPTIONA license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM must be associated with a host), and the number of licenses purchased and used. ATTRIBUTESAutomatedDiscoveryInformation => Paws::LicenseManager::AutomatedDiscoveryInformationAutomated discovery information. ConsumedLicenses => IntNumber of licenses consumed. ConsumedLicenseSummaryList => ArrayRef[Paws::LicenseManager::ConsumedLicenseSummary]Summaries for licenses consumed by various resources. Description => StrDescription of the license configuration. DisassociateWhenNotFound => BoolWhen true, disassociates a resource when software is uninstalled. LicenseConfigurationArn => StrAmazon Resource Name (ARN) of the license configuration. LicenseConfigurationId => StrUnique ID of the license configuration. LicenseCount => IntNumber of licenses managed by the license configuration. LicenseCountHardLimit => BoolNumber of available licenses as a hard limit. LicenseCountingType => StrDimension to use to track the license inventory. LicenseRules => ArrayRef[Str|Undef]License rules. ManagedResourceSummaryList => ArrayRef[Paws::LicenseManager::ManagedResourceSummary]Summaries for managed resources. Name => StrName of the license configuration. OwnerAccountId => StrAccount ID of the license configuration's owner. ProductInformationList => ArrayRef[Paws::LicenseManager::ProductInformation]Product information. Status => StrStatus of the license configuration. SEE ALSOThis class forms part of Paws, describing an object used in Paws::LicenseManager BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|