Represents the capacity that a license is able to support.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class LicenseCapacity
Public Class LicenseCapacity
public ref class LicenseCapacity

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
LicenseCapacity()()()()
Initializes a new instance of the LicenseCapacity class
Capacity
Gets and sets the Capacity property. The number of licenses available.
EarliestAllowedDeactivationTime
Gets and sets the EarliestAllowedDeactivationTime property. The earliest allowed time at which a license can be deactivated. Some licenses have time restrictions on when they can be activated and reactivated.
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
InstanceCapacity
Gets and sets the InstanceCapacity property. The number of Amazon EC2 instances that can be supported with the license's capacity.
IsSetCapacity()()()()
Checks if Capacity property is set
IsSetEarliestAllowedDeactivationTime()()()()
Checks if EarliestAllowedDeactivationTime property is set
IsSetInstanceCapacity()()()()
Checks if InstanceCapacity property is set
IsSetState()()()()
Checks if State property is set
State
Gets and sets the State property. The state of this license capacity, indicating whether the license is actively being used or not.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCapacity(Decimal)
Sets the Capacity property
WithEarliestAllowedDeactivationTime(String)
Sets the EarliestAllowedDeactivationTime property
WithInstanceCapacity(Decimal)
Sets the InstanceCapacity property
WithState(String)
Sets the State property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..LicenseCapacity

See Also