예제 #1
0
        public LinodeDriver(string key, string secret)
            : base(key, secret)
        {
            API = new LinodeAPI (this);

            PaymentTerm = DefaultPaymentTerm;
            Kernel64Bit = Default64BitKernel;
            Kernel32Bit = Default32BitKernel;
        }
예제 #2
0
 public LinodeDriver(string key)
     : base(key, null)
 {
     API = new LinodeAPI (this);
 }