You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The identifier of the network settings to use for the network configuration. Exactly one network settings must be specified.
626
+
/// A list of identifiers of the network settings resources to use for the network configuration. Exactly one resource identifier must be specified in the list.
611
627
///
612
628
/// - Remark: Generated from `#/paths/orgs/{org}/settings/network-configurations/POST/requestBody/json/network_settings_ids`.
613
629
publicvarnetworkSettingsIds:[Swift.String]
@@ -616,7 +632,7 @@ public enum Operations {
616
632
/// - Parameters:
617
633
/// - name: Name of the network configuration. Must be between 1 and 100 characters and may only contain upper and lowercase letters a-z, numbers 0-9, '.', '-', and '_'.
618
634
/// - computeService: The hosted compute service to use for the network configuration.
619
-
/// - networkSettingsIds: The identifier of the network settings to use for the network configuration. Exactly one network settings must be specified.
635
+
/// - networkSettingsIds: A list of identifiers of the network settings resources to use for the network configuration. Exactly one resource identifier must be specified in the list.
/// The identifier of the network settings to use for the network configuration. Exactly one network settings must be specified.
982
+
/// A list of identifiers of the network settings resources to use for the network configuration. Exactly one resource identifier must be specified in the list.
967
983
///
968
984
/// - Remark: Generated from `#/paths/orgs/{org}/settings/network-configurations/{network_configuration_id}/PATCH/requestBody/json/network_settings_ids`.
969
985
publicvarnetworkSettingsIds:[Swift.String]?
@@ -972,7 +988,7 @@ public enum Operations {
972
988
/// - Parameters:
973
989
/// - name: Name of the network configuration. Must be between 1 and 100 characters and may only contain upper and lowercase letters a-z, numbers 0-9, '.', '-', and '_'.
974
990
/// - computeService: The hosted compute service to use for the network configuration.
975
-
/// - networkSettingsIds: The identifier of the network settings to use for the network configuration. Exactly one network settings must be specified.
991
+
/// - networkSettingsIds: A list of identifiers of the network settings resources to use for the network configuration. Exactly one resource identifier must be specified in the list.
0 commit comments