diff --git a/isilon_sdk/isilon_sdk/v9_0_0/README.md b/isilon_sdk/isilon_sdk/v9_0_0/README.md index a97291008..f9e196089 100644 --- a/isilon_sdk/isilon_sdk/v9_0_0/README.md +++ b/isilon_sdk/isilon_sdk/v9_0_0/README.md @@ -18,7 +18,7 @@ Isilon SDK - Language bindings for the OneFS API This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 10 -- Package version: 0.3.0 +- Package version: 0.3.0.1 - Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit [https://github.com/Isilon/isilon_sdk](https://github.com/Isilon/isilon_sdk) diff --git a/isilon_sdk/isilon_sdk/v9_0_0/api_client.py b/isilon_sdk/isilon_sdk/v9_0_0/api_client.py index 6140cd88c..281a5f847 100644 --- a/isilon_sdk/isilon_sdk/v9_0_0/api_client.py +++ b/isilon_sdk/isilon_sdk/v9_0_0/api_client.py @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/0.3.0/python' + self.user_agent = 'Swagger-Codegen/0.3.0.1/python' # This is used for detecting for the special case of a path parameter # that is tagged with x-isi-url-encode-path-param (more details in the # __call_api function). diff --git a/isilon_sdk/isilon_sdk/v9_0_0/configuration.py b/isilon_sdk/isilon_sdk/v9_0_0/configuration.py index 265832302..2c7dbf59d 100644 --- a/isilon_sdk/isilon_sdk/v9_0_0/configuration.py +++ b/isilon_sdk/isilon_sdk/v9_0_0/configuration.py @@ -260,5 +260,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 10\n"\ - "SDK Package Version: 0.3.0".\ + "SDK Package Version: 0.3.0.1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/isilon_sdk/isilon_sdk/v9_1_0/README.md b/isilon_sdk/isilon_sdk/v9_1_0/README.md index 36d2f06c0..fd8c3bbf1 100644 --- a/isilon_sdk/isilon_sdk/v9_1_0/README.md +++ b/isilon_sdk/isilon_sdk/v9_1_0/README.md @@ -18,7 +18,7 @@ Isilon SDK - Language bindings for the OneFS API This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 11 -- Package version: 0.3.0 +- Package version: 0.3.0.1 - Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit [https://github.com/Isilon/isilon_sdk](https://github.com/Isilon/isilon_sdk) diff --git a/isilon_sdk/isilon_sdk/v9_1_0/api_client.py b/isilon_sdk/isilon_sdk/v9_1_0/api_client.py index a57a052a8..308766816 100644 --- a/isilon_sdk/isilon_sdk/v9_1_0/api_client.py +++ b/isilon_sdk/isilon_sdk/v9_1_0/api_client.py @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/0.3.0/python' + self.user_agent = 'Swagger-Codegen/0.3.0.1/python' # This is used for detecting for the special case of a path parameter # that is tagged with x-isi-url-encode-path-param (more details in the # __call_api function). diff --git a/isilon_sdk/isilon_sdk/v9_1_0/configuration.py b/isilon_sdk/isilon_sdk/v9_1_0/configuration.py index bf5608056..01cecf11c 100644 --- a/isilon_sdk/isilon_sdk/v9_1_0/configuration.py +++ b/isilon_sdk/isilon_sdk/v9_1_0/configuration.py @@ -260,5 +260,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 11\n"\ - "SDK Package Version: 0.3.0".\ + "SDK Package Version: 0.3.0.1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/isilon_sdk/isilon_sdk/v9_2_0/README.md b/isilon_sdk/isilon_sdk/v9_2_0/README.md index 3fe54d7bd..fd9df7ce3 100644 --- a/isilon_sdk/isilon_sdk/v9_2_0/README.md +++ b/isilon_sdk/isilon_sdk/v9_2_0/README.md @@ -18,7 +18,7 @@ Isilon SDK - Language bindings for the OneFS API This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 12 -- Package version: 0.3.0 +- Package version: 0.3.0.1 - Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit [https://github.com/Isilon/isilon_sdk](https://github.com/Isilon/isilon_sdk) diff --git a/isilon_sdk/isilon_sdk/v9_2_0/api_client.py b/isilon_sdk/isilon_sdk/v9_2_0/api_client.py index ce927ae24..5773e5c7f 100644 --- a/isilon_sdk/isilon_sdk/v9_2_0/api_client.py +++ b/isilon_sdk/isilon_sdk/v9_2_0/api_client.py @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/0.3.0/python' + self.user_agent = 'Swagger-Codegen/0.3.0.1/python' # This is used for detecting for the special case of a path parameter # that is tagged with x-isi-url-encode-path-param (more details in the # __call_api function). diff --git a/isilon_sdk/isilon_sdk/v9_2_0/configuration.py b/isilon_sdk/isilon_sdk/v9_2_0/configuration.py index cd2ed8a9f..d539db180 100644 --- a/isilon_sdk/isilon_sdk/v9_2_0/configuration.py +++ b/isilon_sdk/isilon_sdk/v9_2_0/configuration.py @@ -260,5 +260,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 12\n"\ - "SDK Package Version: 0.3.0".\ + "SDK Package Version: 0.3.0.1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/isilon_sdk/isilon_sdk/v9_2_1/README.md b/isilon_sdk/isilon_sdk/v9_2_1/README.md index d59231001..ca43e10a7 100644 --- a/isilon_sdk/isilon_sdk/v9_2_1/README.md +++ b/isilon_sdk/isilon_sdk/v9_2_1/README.md @@ -18,7 +18,7 @@ Isilon SDK - Language bindings for the OneFS API This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 12 -- Package version: 0.3.0 +- Package version: 0.3.0.1 - Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit [https://github.com/Isilon/isilon_sdk](https://github.com/Isilon/isilon_sdk) diff --git a/isilon_sdk/isilon_sdk/v9_2_1/api_client.py b/isilon_sdk/isilon_sdk/v9_2_1/api_client.py index 5b835e462..01d582d53 100644 --- a/isilon_sdk/isilon_sdk/v9_2_1/api_client.py +++ b/isilon_sdk/isilon_sdk/v9_2_1/api_client.py @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/0.3.0/python' + self.user_agent = 'Swagger-Codegen/0.3.0.1/python' # This is used for detecting for the special case of a path parameter # that is tagged with x-isi-url-encode-path-param (more details in the # __call_api function). diff --git a/isilon_sdk/isilon_sdk/v9_2_1/configuration.py b/isilon_sdk/isilon_sdk/v9_2_1/configuration.py index cf0cec732..d81534c9f 100644 --- a/isilon_sdk/isilon_sdk/v9_2_1/configuration.py +++ b/isilon_sdk/isilon_sdk/v9_2_1/configuration.py @@ -260,5 +260,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 12\n"\ - "SDK Package Version: 0.3.0".\ + "SDK Package Version: 0.3.0.1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/isilon_sdk/isilon_sdk/v9_3_0/README.md b/isilon_sdk/isilon_sdk/v9_3_0/README.md index 36f370b35..dc1a053a2 100644 --- a/isilon_sdk/isilon_sdk/v9_3_0/README.md +++ b/isilon_sdk/isilon_sdk/v9_3_0/README.md @@ -18,7 +18,7 @@ Isilon SDK - Language bindings for the OneFS API This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 14 -- Package version: 0.3.0 +- Package version: 0.3.0.1 - Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit [https://github.com/Isilon/isilon_sdk](https://github.com/Isilon/isilon_sdk) diff --git a/isilon_sdk/isilon_sdk/v9_3_0/api_client.py b/isilon_sdk/isilon_sdk/v9_3_0/api_client.py index dbed9c7c1..0a53e86eb 100644 --- a/isilon_sdk/isilon_sdk/v9_3_0/api_client.py +++ b/isilon_sdk/isilon_sdk/v9_3_0/api_client.py @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/0.3.0/python' + self.user_agent = 'Swagger-Codegen/0.3.0.1/python' # This is used for detecting for the special case of a path parameter # that is tagged with x-isi-url-encode-path-param (more details in the # __call_api function). diff --git a/isilon_sdk/isilon_sdk/v9_3_0/configuration.py b/isilon_sdk/isilon_sdk/v9_3_0/configuration.py index da10dfe02..a191e88f4 100644 --- a/isilon_sdk/isilon_sdk/v9_3_0/configuration.py +++ b/isilon_sdk/isilon_sdk/v9_3_0/configuration.py @@ -260,5 +260,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 14\n"\ - "SDK Package Version: 0.3.0".\ + "SDK Package Version: 0.3.0.1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/isilon_sdk/isilon_sdk/v9_4_0/README.md b/isilon_sdk/isilon_sdk/v9_4_0/README.md index b716434b7..be20d8ab7 100644 --- a/isilon_sdk/isilon_sdk/v9_4_0/README.md +++ b/isilon_sdk/isilon_sdk/v9_4_0/README.md @@ -18,7 +18,7 @@ Isilon SDK - Language bindings for the OneFS API This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 15 -- Package version: 0.3.0 +- Package version: 0.3.0.1 - Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit [https://github.com/Isilon/isilon_sdk](https://github.com/Isilon/isilon_sdk) diff --git a/isilon_sdk/isilon_sdk/v9_4_0/api_client.py b/isilon_sdk/isilon_sdk/v9_4_0/api_client.py index 59c1d73e5..efc94d9d9 100644 --- a/isilon_sdk/isilon_sdk/v9_4_0/api_client.py +++ b/isilon_sdk/isilon_sdk/v9_4_0/api_client.py @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/0.3.0/python' + self.user_agent = 'Swagger-Codegen/0.3.0.1/python' # This is used for detecting for the special case of a path parameter # that is tagged with x-isi-url-encode-path-param (more details in the # __call_api function). diff --git a/isilon_sdk/isilon_sdk/v9_4_0/configuration.py b/isilon_sdk/isilon_sdk/v9_4_0/configuration.py index 2c22cfc19..d82085f9c 100644 --- a/isilon_sdk/isilon_sdk/v9_4_0/configuration.py +++ b/isilon_sdk/isilon_sdk/v9_4_0/configuration.py @@ -260,5 +260,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 15\n"\ - "SDK Package Version: 0.3.0".\ + "SDK Package Version: 0.3.0.1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/isilon_sdk/isilon_sdk/v9_4_0/docs/QuotaQuotaExtended.md b/isilon_sdk/isilon_sdk/v9_4_0/docs/QuotaQuotaExtended.md index 4a5ed2e05..d4842fff6 100644 --- a/isilon_sdk/isilon_sdk/v9_4_0/docs/QuotaQuotaExtended.md +++ b/isilon_sdk/isilon_sdk/v9_4_0/docs/QuotaQuotaExtended.md @@ -4,12 +4,12 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **container** | **bool** | If true, SMB shares using the quota directory see the quota thresholds as share size. | -**description** | **str** | User settable free form text description of the quota. | +**description** | **str** | User settable free form text description of the quota. | [optional] **efficiency_ratio** | **float** | Represents the ratio of logical space provided to physical space used. This accounts for protection overhead, metadata, and compression ratios for the data. | [optional] **enforced** | **bool** | True if the quota provides enforcement, otherwise a accounting quota. | **id** | **str** | The system ID given to the quota. | **include_snapshots** | **bool** | If true, quota governs snapshot data as well as head data. | -**labels** | **str** | Tags to identify a quota domain. | +**labels** | **str** | Tags to identify a quota domain. | [optional] **linked** | **bool** | For user, group and directory quotas, true if the quota is linked and controlled by a parent default-* quota. Linked quotas cannot be modified until they are unlinked. | [optional] **notifications** | **str** | Summary of notifications: 'custom' indicates one or more notification rules available from the notifications sub-resource; 'default' indicates system default rules are used; 'disabled' indicates that no notifications will be used for this quota.; 'badmap' indicates that notification rule has problem in rule map. | **path** | **str** | | [optional] diff --git a/isilon_sdk/isilon_sdk/v9_4_0/models/quota_quota_extended.py b/isilon_sdk/isilon_sdk/v9_4_0/models/quota_quota_extended.py index 8530620ef..bc293fe4d 100644 --- a/isilon_sdk/isilon_sdk/v9_4_0/models/quota_quota_extended.py +++ b/isilon_sdk/isilon_sdk/v9_4_0/models/quota_quota_extended.py @@ -97,13 +97,15 @@ def __init__(self, container=None, description=None, efficiency_ratio=None, enfo self.discriminator = None self.container = container - self.description = description + if description is not None: + self.description = description if efficiency_ratio is not None: self.efficiency_ratio = efficiency_ratio self.enforced = enforced self.id = id self.include_snapshots = include_snapshots - self.labels = labels + if labels is not None: + self.labels = labels if linked is not None: self.linked = linked self.notifications = notifications @@ -165,8 +167,6 @@ def description(self, description): :param description: The description of this QuotaQuotaExtended. # noqa: E501 :type: str """ - if description is None: - raise ValueError("Invalid value for `description`, must not be `None`") # noqa: E501 if description is not None and len(description) > 1024: raise ValueError("Invalid value for `description`, length must be less than or equal to `1024`") # noqa: E501 if description is not None and len(description) < 0: @@ -300,8 +300,6 @@ def labels(self, labels): :param labels: The labels of this QuotaQuotaExtended. # noqa: E501 :type: str """ - if labels is None: - raise ValueError("Invalid value for `labels`, must not be `None`") # noqa: E501 if labels is not None and len(labels) > 1024: raise ValueError("Invalid value for `labels`, length must be less than or equal to `1024`") # noqa: E501 if labels is not None and len(labels) < 0: diff --git a/isilon_sdk/isilon_sdk/v9_5_0/README.md b/isilon_sdk/isilon_sdk/v9_5_0/README.md index c09e6c4d8..39fd2ab9e 100644 --- a/isilon_sdk/isilon_sdk/v9_5_0/README.md +++ b/isilon_sdk/isilon_sdk/v9_5_0/README.md @@ -18,7 +18,7 @@ Isilon SDK - Language bindings for the OneFS API This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 16 -- Package version: 0.3.0 +- Package version: 0.3.0.1 - Build package: io.swagger.codegen.languages.PythonClientCodegen For more information, please visit [https://github.com/Isilon/isilon_sdk](https://github.com/Isilon/isilon_sdk) diff --git a/isilon_sdk/isilon_sdk/v9_5_0/api_client.py b/isilon_sdk/isilon_sdk/v9_5_0/api_client.py index b0c3d28ea..35b9a09c8 100644 --- a/isilon_sdk/isilon_sdk/v9_5_0/api_client.py +++ b/isilon_sdk/isilon_sdk/v9_5_0/api_client.py @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/0.3.0/python' + self.user_agent = 'Swagger-Codegen/0.3.0.1/python' # This is used for detecting for the special case of a path parameter # that is tagged with x-isi-url-encode-path-param (more details in the # __call_api function). diff --git a/isilon_sdk/isilon_sdk/v9_5_0/configuration.py b/isilon_sdk/isilon_sdk/v9_5_0/configuration.py index 9955d97d9..e0e4e401d 100644 --- a/isilon_sdk/isilon_sdk/v9_5_0/configuration.py +++ b/isilon_sdk/isilon_sdk/v9_5_0/configuration.py @@ -260,5 +260,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 16\n"\ - "SDK Package Version: 0.3.0".\ + "SDK Package Version: 0.3.0.1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/isilon_sdk/isilon_sdk/v9_5_0/docs/QuotaQuotaExtended.md b/isilon_sdk/isilon_sdk/v9_5_0/docs/QuotaQuotaExtended.md index 4a5ed2e05..d4842fff6 100644 --- a/isilon_sdk/isilon_sdk/v9_5_0/docs/QuotaQuotaExtended.md +++ b/isilon_sdk/isilon_sdk/v9_5_0/docs/QuotaQuotaExtended.md @@ -4,12 +4,12 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **container** | **bool** | If true, SMB shares using the quota directory see the quota thresholds as share size. | -**description** | **str** | User settable free form text description of the quota. | +**description** | **str** | User settable free form text description of the quota. | [optional] **efficiency_ratio** | **float** | Represents the ratio of logical space provided to physical space used. This accounts for protection overhead, metadata, and compression ratios for the data. | [optional] **enforced** | **bool** | True if the quota provides enforcement, otherwise a accounting quota. | **id** | **str** | The system ID given to the quota. | **include_snapshots** | **bool** | If true, quota governs snapshot data as well as head data. | -**labels** | **str** | Tags to identify a quota domain. | +**labels** | **str** | Tags to identify a quota domain. | [optional] **linked** | **bool** | For user, group and directory quotas, true if the quota is linked and controlled by a parent default-* quota. Linked quotas cannot be modified until they are unlinked. | [optional] **notifications** | **str** | Summary of notifications: 'custom' indicates one or more notification rules available from the notifications sub-resource; 'default' indicates system default rules are used; 'disabled' indicates that no notifications will be used for this quota.; 'badmap' indicates that notification rule has problem in rule map. | **path** | **str** | | [optional] diff --git a/isilon_sdk/isilon_sdk/v9_5_0/docs/SupportassistSettingsContactPrimary.md b/isilon_sdk/isilon_sdk/v9_5_0/docs/SupportassistSettingsContactPrimary.md index a10d7b154..91e4979e1 100644 --- a/isilon_sdk/isilon_sdk/v9_5_0/docs/SupportassistSettingsContactPrimary.md +++ b/isilon_sdk/isilon_sdk/v9_5_0/docs/SupportassistSettingsContactPrimary.md @@ -5,7 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **str** | Contact's email address. | [optional] [default to ''] **first_name** | **str** | Contact's first name. | [optional] [default to ''] -**language** | **str** | | [optional] [default to ''] **last_name** | **str** | Contact's last name. | [optional] [default to ''] **phone** | **str** | Contact's phone number. | [optional] [default to ''] diff --git a/isilon_sdk/isilon_sdk/v9_5_0/docs/SupportassistSettingsContactPrimaryExtended.md b/isilon_sdk/isilon_sdk/v9_5_0/docs/SupportassistSettingsContactPrimaryExtended.md index 8a313dc93..56221c9e3 100644 --- a/isilon_sdk/isilon_sdk/v9_5_0/docs/SupportassistSettingsContactPrimaryExtended.md +++ b/isilon_sdk/isilon_sdk/v9_5_0/docs/SupportassistSettingsContactPrimaryExtended.md @@ -3,11 +3,10 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**email** | **str** | Contact's email address. | [optional] [default to ''] +**email** | **str** | Contact's email address. | [optional] **first_name** | **str** | Contact's first name. | [optional] [default to ''] -**language** | **str** | | [optional] [default to 'En'] **last_name** | **str** | Contact's last name. | [optional] [default to ''] -**phone** | **str** | Contact's phone number. | [optional] [default to ''] +**phone** | **str** | Contact's phone number. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/isilon_sdk/isilon_sdk/v9_5_0/models/quota_quota_extended.py b/isilon_sdk/isilon_sdk/v9_5_0/models/quota_quota_extended.py index f670a8d88..a68b949b7 100644 --- a/isilon_sdk/isilon_sdk/v9_5_0/models/quota_quota_extended.py +++ b/isilon_sdk/isilon_sdk/v9_5_0/models/quota_quota_extended.py @@ -97,13 +97,15 @@ def __init__(self, container=None, description=None, efficiency_ratio=None, enfo self.discriminator = None self.container = container - self.description = description + if description is not None: + self.description = description if efficiency_ratio is not None: self.efficiency_ratio = efficiency_ratio self.enforced = enforced self.id = id self.include_snapshots = include_snapshots - self.labels = labels + if labels is not None: + self.labels = labels if linked is not None: self.linked = linked self.notifications = notifications @@ -165,8 +167,6 @@ def description(self, description): :param description: The description of this QuotaQuotaExtended. # noqa: E501 :type: str """ - if description is None: - raise ValueError("Invalid value for `description`, must not be `None`") # noqa: E501 if description is not None and len(description) > 1024: raise ValueError("Invalid value for `description`, length must be less than or equal to `1024`") # noqa: E501 if description is not None and len(description) < 0: @@ -300,8 +300,6 @@ def labels(self, labels): :param labels: The labels of this QuotaQuotaExtended. # noqa: E501 :type: str """ - if labels is None: - raise ValueError("Invalid value for `labels`, must not be `None`") # noqa: E501 if labels is not None and len(labels) > 1024: raise ValueError("Invalid value for `labels`, length must be less than or equal to `1024`") # noqa: E501 if labels is not None and len(labels) < 0: diff --git a/isilon_sdk/isilon_sdk/v9_5_0/models/supportassist_settings_contact_primary.py b/isilon_sdk/isilon_sdk/v9_5_0/models/supportassist_settings_contact_primary.py index 2f4f236d8..14dbbd812 100644 --- a/isilon_sdk/isilon_sdk/v9_5_0/models/supportassist_settings_contact_primary.py +++ b/isilon_sdk/isilon_sdk/v9_5_0/models/supportassist_settings_contact_primary.py @@ -33,7 +33,6 @@ class SupportassistSettingsContactPrimary(object): swagger_types = { 'email': 'str', 'first_name': 'str', - 'language': 'str', 'last_name': 'str', 'phone': 'str' } @@ -41,17 +40,15 @@ class SupportassistSettingsContactPrimary(object): attribute_map = { 'email': 'email', 'first_name': 'first_name', - 'language': 'language', 'last_name': 'last_name', 'phone': 'phone' } - def __init__(self, email='', first_name='', language='', last_name='', phone=''): # noqa: E501 + def __init__(self, email='', first_name='', last_name='', phone=''): # noqa: E501 """SupportassistSettingsContactPrimary - a model defined in Swagger""" # noqa: E501 self._email = None self._first_name = None - self._language = None self._last_name = None self._phone = None self.discriminator = None @@ -60,8 +57,6 @@ def __init__(self, email='', first_name='', language='', last_name='', phone='') self.email = email if first_name is not None: self.first_name = first_name - if language is not None: - self.language = language if last_name is not None: self.last_name = last_name if phone is not None: @@ -120,38 +115,11 @@ def first_name(self, first_name): raise ValueError("Invalid value for `first_name`, length must be less than or equal to `50`") # noqa: E501 if first_name is not None and len(first_name) < 0: raise ValueError("Invalid value for `first_name`, length must be greater than or equal to `0`") # noqa: E501 - if first_name is not None and not re.search('[\\p{L}\\p{M}*\\-\\.\\\' ]*', first_name): # noqa: E501 - raise ValueError("Invalid value for `first_name`, must be a follow pattern or equal to `/[\\p{L}\\p{M}*\\-\\.\\' ]*/`") # noqa: E501 + if first_name is not None and not re.search('[a-zA-Z]*[\\-\\.\\\']*', first_name): # noqa: E501 + raise ValueError("Invalid value for `first_name`, must be a follow pattern or equal to `/[a-zA-Z]*[\\-\\.\\']*/`") # noqa: E501 self._first_name = first_name - @property - def language(self): - """Gets the language of this SupportassistSettingsContactPrimary. # noqa: E501 - - - :return: The language of this SupportassistSettingsContactPrimary. # noqa: E501 - :rtype: str - """ - return self._language - - @language.setter - def language(self, language): - """Sets the language of this SupportassistSettingsContactPrimary. - - - :param language: The language of this SupportassistSettingsContactPrimary. # noqa: E501 - :type: str - """ - allowed_values = ["Cs", "Da", "De", "El", "En", "Es", "es-LA", "Fi", "fr-CA", "He", "It", "Ja", "Ko", "Nl", "No", "Pl", "Pt", "pt-BR", "Ru", "Sk", "Sv", "Th", "Tr", "zh-CN", "zh-TW"] # noqa: E501 - if language not in allowed_values: - raise ValueError( - "Invalid value for `language` ({0}), must be one of {1}" # noqa: E501 - .format(language, allowed_values) - ) - - self._language = language - @property def last_name(self): """Gets the last_name of this SupportassistSettingsContactPrimary. # noqa: E501 @@ -176,8 +144,8 @@ def last_name(self, last_name): raise ValueError("Invalid value for `last_name`, length must be less than or equal to `50`") # noqa: E501 if last_name is not None and len(last_name) < 0: raise ValueError("Invalid value for `last_name`, length must be greater than or equal to `0`") # noqa: E501 - if last_name is not None and not re.search('[\\p{L}\\p{M}*\\-\\.\\\' ]*', last_name): # noqa: E501 - raise ValueError("Invalid value for `last_name`, must be a follow pattern or equal to `/[\\p{L}\\p{M}*\\-\\.\\' ]*/`") # noqa: E501 + if last_name is not None and not re.search('[a-zA-Z]*[\\-\\.\\\']*', last_name): # noqa: E501 + raise ValueError("Invalid value for `last_name`, must be a follow pattern or equal to `/[a-zA-Z]*[\\-\\.\\']*/`") # noqa: E501 self._last_name = last_name diff --git a/isilon_sdk/isilon_sdk/v9_5_0/models/supportassist_settings_contact_primary_extended.py b/isilon_sdk/isilon_sdk/v9_5_0/models/supportassist_settings_contact_primary_extended.py index 24e6bead6..1958d1a21 100644 --- a/isilon_sdk/isilon_sdk/v9_5_0/models/supportassist_settings_contact_primary_extended.py +++ b/isilon_sdk/isilon_sdk/v9_5_0/models/supportassist_settings_contact_primary_extended.py @@ -33,7 +33,6 @@ class SupportassistSettingsContactPrimaryExtended(object): swagger_types = { 'email': 'str', 'first_name': 'str', - 'language': 'str', 'last_name': 'str', 'phone': 'str' } @@ -41,17 +40,15 @@ class SupportassistSettingsContactPrimaryExtended(object): attribute_map = { 'email': 'email', 'first_name': 'first_name', - 'language': 'language', 'last_name': 'last_name', 'phone': 'phone' } - def __init__(self, email='', first_name='', language='En', last_name='', phone=''): # noqa: E501 + def __init__(self, email=None, first_name='', last_name='', phone=None): # noqa: E501 """SupportassistSettingsContactPrimaryExtended - a model defined in Swagger""" # noqa: E501 self._email = None self._first_name = None - self._language = None self._last_name = None self._phone = None self.discriminator = None @@ -60,8 +57,6 @@ def __init__(self, email='', first_name='', language='En', last_name='', phone=' self.email = email if first_name is not None: self.first_name = first_name - if language is not None: - self.language = language if last_name is not None: self.last_name = last_name if phone is not None: @@ -120,38 +115,11 @@ def first_name(self, first_name): raise ValueError("Invalid value for `first_name`, length must be less than or equal to `50`") # noqa: E501 if first_name is not None and len(first_name) < 0: raise ValueError("Invalid value for `first_name`, length must be greater than or equal to `0`") # noqa: E501 - if first_name is not None and not re.search('[\\p{L}\\p{M}*\\-\\.\\\' ]*', first_name): # noqa: E501 - raise ValueError("Invalid value for `first_name`, must be a follow pattern or equal to `/[\\p{L}\\p{M}*\\-\\.\\' ]*/`") # noqa: E501 + if first_name is not None and not re.search('[a-zA-Z]*[\\-\\.\\\']*', first_name): # noqa: E501 + raise ValueError("Invalid value for `first_name`, must be a follow pattern or equal to `/[a-zA-Z]*[\\-\\.\\']*/`") # noqa: E501 self._first_name = first_name - @property - def language(self): - """Gets the language of this SupportassistSettingsContactPrimaryExtended. # noqa: E501 - - - :return: The language of this SupportassistSettingsContactPrimaryExtended. # noqa: E501 - :rtype: str - """ - return self._language - - @language.setter - def language(self, language): - """Sets the language of this SupportassistSettingsContactPrimaryExtended. - - - :param language: The language of this SupportassistSettingsContactPrimaryExtended. # noqa: E501 - :type: str - """ - allowed_values = ["Cs", "Da", "De", "El", "En", "Es", "es-LA", "Fi", "fr-CA", "He", "It", "Ja", "Ko", "Nl", "No", "Pl", "Pt", "pt-BR", "Ru", "Sk", "Sv", "Th", "Tr", "zh-CN", "zh-TW"] # noqa: E501 - if language not in allowed_values: - raise ValueError( - "Invalid value for `language` ({0}), must be one of {1}" # noqa: E501 - .format(language, allowed_values) - ) - - self._language = language - @property def last_name(self): """Gets the last_name of this SupportassistSettingsContactPrimaryExtended. # noqa: E501 @@ -176,8 +144,8 @@ def last_name(self, last_name): raise ValueError("Invalid value for `last_name`, length must be less than or equal to `50`") # noqa: E501 if last_name is not None and len(last_name) < 0: raise ValueError("Invalid value for `last_name`, length must be greater than or equal to `0`") # noqa: E501 - if last_name is not None and not re.search('[\\p{L}\\p{M}*\\-\\.\\\' ]*', last_name): # noqa: E501 - raise ValueError("Invalid value for `last_name`, must be a follow pattern or equal to `/[\\p{L}\\p{M}*\\-\\.\\' ]*/`") # noqa: E501 + if last_name is not None and not re.search('[a-zA-Z]*[\\-\\.\\\']*', last_name): # noqa: E501 + raise ValueError("Invalid value for `last_name`, must be a follow pattern or equal to `/[a-zA-Z]*[\\-\\.\\']*/`") # noqa: E501 self._last_name = last_name diff --git a/isilon_sdk/version_config.json b/isilon_sdk/version_config.json index 5e0f5d6de..389ad8fbd 100644 --- a/isilon_sdk/version_config.json +++ b/isilon_sdk/version_config.json @@ -1 +1 @@ -{"sdk_version": "0.3.0"} \ No newline at end of file +{"sdk_version": "0.3.0.1"} \ No newline at end of file