Exemplo n.º 1
0
 /// <summary>
 /// Constructer
 /// </summary>
 public SearchClient(ClientConfig config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = SearchServiceName;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructer
 /// </summary>
 public FileStorageClientAsync(ClientConfig config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = FileStorageServiceName;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Constructer
 /// </summary>
 public NoSQLClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = NoSQLServiceName;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Constructer
 /// </summary>
 public MonitoringClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = monitaringServiceName;
 }
Exemplo n.º 5
0
 /// <summary>
 /// Constructer
 /// </summary>
 public ComputeClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = CoreServices.CoreServiceName;
 }
Exemplo n.º 6
0
 /// <summary>
 /// Constructer
 /// </summary>
 public NotificationClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = NotificationServiceName;
 }
Exemplo n.º 7
0
 /// <summary>
 /// Constructer
 /// </summary>
 public NotificationClientAsync(ClientConfig config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = NotificationServiceName;
 }
Exemplo n.º 8
0
 /// <summary>
 /// Constructer
 /// </summary>
 public DNSClientAsync(ClientConfig config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = DatabaseServiceName;
 }
Exemplo n.º 9
0
 /// <summary>
 /// Constructer
 /// </summary>
 public ConsoleIdcsClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = UsageCostsServiceName;
 }
Exemplo n.º 10
0
 /// <summary>
 /// Constructer
 /// </summary>
 public WorkRequestClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = CoreServices.CoreServiceName;
 }
Exemplo n.º 11
0
 /// <summary>
 /// Constructer
 /// </summary>
 public ComputeClientAsync(ClientConfig config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = CoreServices.CoreServiceName;
 }
Exemplo n.º 12
0
        /// <summary>
        /// Constructer
        /// </summary>
        public GeneralElemenClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
        {
            IdentityClient = new IdentityClient(config, ociSigner);

            ObjectStorageClient = new ObjectStorageClient(config, ociSigner);
        }
Exemplo n.º 13
0
 /// <summary>
 /// Constructer
 /// </summary>
 public DNSClient(ClientConfig config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = DNSServiceName;
 }
Exemplo n.º 14
0
 /// <summary>
 /// Constructer
 /// </summary>
 public FileStorageClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = FileStorageServiceName;
 }
Exemplo n.º 15
0
 /// <summary>
 /// Constructer
 /// </summary>
 public BudgetsClientAsync(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = BudgetsServiceName;
 }
Exemplo n.º 16
0
 /// <summary>
 /// constructer
 /// </summary>
 /// <param name="config"></param>
 /// <param name="ociSigner"></param>
 public ServiceClient(ClientConfigStream config, IOciSigner ociSigner)
 {
     Initialize(config, ociSigner);
 }
 public ThreadSafeSigner(IOciSigner signer)
 {
     Signer = signer;
 }
 /// <summary>
 /// Constructer
 /// </summary>
 public ComputeManagementClient(ClientConfig config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = CoreServices.CoreServiceName;
 }
Exemplo n.º 19
0
 /// <summary>
 /// Constructer
 /// </summary>
 public WorkRequestClientAsync(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = "core";
 }
Exemplo n.º 20
0
 /// <summary>
 /// Constructer
 /// </summary>
 public DatabaseClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = DatabaseServiceName;
 }
Exemplo n.º 21
0
 /// <summary>
 /// Constructer
 /// </summary>
 public CommercialClient(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = CommercialServiceName;
 }
Exemplo n.º 22
0
 /// <summary>
 /// Constructer
 /// </summary>
 public SearchClientAsync(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = SearchServiceName;
 }
Exemplo n.º 23
0
 /// <summary>
 /// Constructer
 /// </summary>
 public AuditClientAsync(ClientConfigStream config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = AuditServiceName;
 }
Exemplo n.º 24
0
 /// <summary>
 /// Constructer
 /// </summary>
 public UsageCostsClient(ClientConfig config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = UsageCostsServiceName;
 }
Exemplo n.º 25
0
 /// <summary>
 /// Constructer
 /// </summary>
 public AuditClient(ClientConfig config, IOciSigner ociSigner) : base(config, ociSigner)
 {
     ServiceName = AuditServiceName;
 }