A software license that can be associated with an Amazon EC2
instance when launched (ex. a Microsoft Windows license).
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class License
Public Class License
public ref class License
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| License()()()() | Initializes a new instance of the License class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetLicenseCapacity()()()() |
Checks if LicenseCapacity property is set
| |
| IsSetLicenseId()()()() |
Checks if LicenseId property is set
| |
| IsSetPool()()()() |
Checks if Pool property is set
| |
| IsSetTag()()()() |
Checks if Tag property is set
| |
| IsSetType()()()() |
Checks if Type property is set
| |
| LicenseCapacity |
Gets and sets the LicenseCapacity property.
The capacities available for this license,
indicating how many licenses are in use, how many are available,
how many Amazon EC2 instances can be supported, etc.
| |
| LicenseId |
Gets and sets the LicenseId property.
The unique ID identifying the license.
| |
| Pool |
Gets and sets the Pool property.
The name of the pool in which the license is kept.
| |
| Tag |
Gets and sets the Tag property.
A list of tags for the License.
| |
| ToString()()()() | (Inherited from Object.) | |
| Type |
Gets and sets the Type property.
The license type (ex. "Microsoft/Windows/Standard").
| |
| WithLicenseCapacity(array<LicenseCapacity>[]()[][]) |
Sets the LicenseCapacity property
| |
| WithLicenseId(String) |
Sets the LicenseId property
| |
| WithPool(String) |
Sets the Pool property
| |
| WithTag(array<Tag>[]()[][]) |
Sets the Tag property
| |
| WithType(String) |
Sets the Type property
|