Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayMigrationListOutput" /> class.
 /// </summary>
 /// <param name="body">body.</param>
 public GatewayMigrationListOutput(MigrationsConfigPart body = default(MigrationsConfigPart))
 {
     this.Body = body;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AkeylessGatewayConfig" /> class.
 /// </summary>
 /// <param name="admins">admins.</param>
 /// <param name="cache">cache.</param>
 /// <param name="cf">cf.</param>
 /// <param name="configProtectionKeyName">configProtectionKeyName.</param>
 /// <param name="general">general.</param>
 /// <param name="k8sAuths">k8sAuths.</param>
 /// <param name="kmipClients">kmipClients.</param>
 /// <param name="ldap">ldap.</param>
 /// <param name="leadership">leadership.</param>
 /// <param name="logForwarding">logForwarding.</param>
 /// <param name="messageQueueInfo">messageQueueInfo.</param>
 /// <param name="migrations">migrations.</param>
 /// <param name="producers">producers.</param>
 /// <param name="rotators">rotators.</param>
 /// <param name="saml">saml.</param>
 /// <param name="version">version.</param>
 public AkeylessGatewayConfig(AdminsConfigPart admins = default(AdminsConfigPart), CacheConfigPart cache = default(CacheConfigPart), CFConfigPart cf = default(CFConfigPart), string configProtectionKeyName = default(string), GeneralConfigPart general = default(GeneralConfigPart), K8SAuthsConfigPart k8sAuths = default(K8SAuthsConfigPart), KMIPConfigPart kmipClients = default(KMIPConfigPart), LdapConfigPart ldap = default(LdapConfigPart), LeadershipConfigPart leadership = default(LeadershipConfigPart), LogForwardingConfigPart logForwarding = default(LogForwardingConfigPart), GatewayMessageQueueInfo messageQueueInfo = default(GatewayMessageQueueInfo), MigrationsConfigPart migrations = default(MigrationsConfigPart), ProducersConfigPart producers = default(ProducersConfigPart), RotatorsConfigPart rotators = default(RotatorsConfigPart), DefaultConfigPart saml = default(DefaultConfigPart), int version = default(int))
 {
     this.Admins = admins;
     this.Cache  = cache;
     this.Cf     = cf;
     this.ConfigProtectionKeyName = configProtectionKeyName;
     this.General          = general;
     this.K8sAuths         = k8sAuths;
     this.KmipClients      = kmipClients;
     this.Ldap             = ldap;
     this.Leadership       = leadership;
     this.LogForwarding    = logForwarding;
     this.MessageQueueInfo = messageQueueInfo;
     this.Migrations       = migrations;
     this.Producers        = producers;
     this.Rotators         = rotators;
     this.Saml             = saml;
     this._Version         = version;
 }