-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AutoPR] netapp/resource-manager (#4622)
* [AutoPR netapp/resource-manager] Update to Release 3.5 standard (pre GA) (#4556) * Generated from 46f3cb6030777135484c1bdc4b1d2146053172f9 NFSAAS-1875 Update to R3.5 Standard (#11) * Generated from 084552639aef23de670f0dc26ba5c9496eb6daff Nfsaas 1875 swagger update (#12) * NFSAAS-1875 Update to R3.5 Standard * NFSAAS-1875 update to R3.5 standard * Generated from 0af27c76c27c57415609e59ba20027b3808ba30e Nfsaas 1875 swagger update (#13) * NFSAAS-1875 Update to R3.5 Standard * NFSAAS-1875 update to R3.5 standard * NFSAAS-1875 updated from review comments * Generated from c219e4e969a6443efa588eadc8ed77f611baa53e (#4638) Merge pull request #15 from leonardbf/NFSAAS-1875-correction NFSAAS-1875 small correction * updated versioning and change log * NFSAAS-2236 update python SDK tests for R3.5 (#4684) * Update HISTORY.rst
- Loading branch information
1 parent
874ca27
commit f29cb38
Showing
49 changed files
with
3,392 additions
and
1,702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from msrest.serialization import Model | ||
|
||
|
||
class ActiveDirectory(Model): | ||
"""Active Directory. | ||
:param active_directory_id: Id of the Active Directory | ||
:type active_directory_id: str | ||
:param username: Username of Active Directory domain administrator | ||
:type username: str | ||
:param password: Plain text password of Active Directory domain | ||
administrator | ||
:type password: str | ||
:param domain: Name of the Active Directory domain | ||
:type domain: str | ||
:param d_ns: Comma separated list of DNS server IP addresses for the | ||
Active Directory domain | ||
:type d_ns: str | ||
:param status: Status of the Active Directory | ||
:type status: str | ||
:param s_mb_server_name: NetBIOS name of the SMB server. This name will be | ||
registered as a computer account in the AD and used to mount volumes | ||
:type s_mb_server_name: str | ||
:param organizational_unit: The Organizational Unit (OU) within the | ||
Windows Active Directory | ||
:type organizational_unit: str | ||
""" | ||
|
||
_attribute_map = { | ||
'active_directory_id': {'key': 'activeDirectoryId', 'type': 'str'}, | ||
'username': {'key': 'username', 'type': 'str'}, | ||
'password': {'key': 'password', 'type': 'str'}, | ||
'domain': {'key': 'domain', 'type': 'str'}, | ||
'd_ns': {'key': 'dNS', 'type': 'str'}, | ||
'status': {'key': 'status', 'type': 'str'}, | ||
's_mb_server_name': {'key': 'sMBServerName', 'type': 'str'}, | ||
'organizational_unit': {'key': 'organizationalUnit', 'type': 'str'}, | ||
} | ||
|
||
def __init__(self, **kwargs): | ||
super(ActiveDirectory, self).__init__(**kwargs) | ||
self.active_directory_id = kwargs.get('active_directory_id', None) | ||
self.username = kwargs.get('username', None) | ||
self.password = kwargs.get('password', None) | ||
self.domain = kwargs.get('domain', None) | ||
self.d_ns = kwargs.get('d_ns', None) | ||
self.status = kwargs.get('status', None) | ||
self.s_mb_server_name = kwargs.get('s_mb_server_name', None) | ||
self.organizational_unit = kwargs.get('organizational_unit', None) |
60 changes: 60 additions & 0 deletions
60
azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory_py3.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from msrest.serialization import Model | ||
|
||
|
||
class ActiveDirectory(Model): | ||
"""Active Directory. | ||
:param active_directory_id: Id of the Active Directory | ||
:type active_directory_id: str | ||
:param username: Username of Active Directory domain administrator | ||
:type username: str | ||
:param password: Plain text password of Active Directory domain | ||
administrator | ||
:type password: str | ||
:param domain: Name of the Active Directory domain | ||
:type domain: str | ||
:param d_ns: Comma separated list of DNS server IP addresses for the | ||
Active Directory domain | ||
:type d_ns: str | ||
:param status: Status of the Active Directory | ||
:type status: str | ||
:param s_mb_server_name: NetBIOS name of the SMB server. This name will be | ||
registered as a computer account in the AD and used to mount volumes | ||
:type s_mb_server_name: str | ||
:param organizational_unit: The Organizational Unit (OU) within the | ||
Windows Active Directory | ||
:type organizational_unit: str | ||
""" | ||
|
||
_attribute_map = { | ||
'active_directory_id': {'key': 'activeDirectoryId', 'type': 'str'}, | ||
'username': {'key': 'username', 'type': 'str'}, | ||
'password': {'key': 'password', 'type': 'str'}, | ||
'domain': {'key': 'domain', 'type': 'str'}, | ||
'd_ns': {'key': 'dNS', 'type': 'str'}, | ||
'status': {'key': 'status', 'type': 'str'}, | ||
's_mb_server_name': {'key': 'sMBServerName', 'type': 'str'}, | ||
'organizational_unit': {'key': 'organizationalUnit', 'type': 'str'}, | ||
} | ||
|
||
def __init__(self, *, active_directory_id: str=None, username: str=None, password: str=None, domain: str=None, d_ns: str=None, status: str=None, s_mb_server_name: str=None, organizational_unit: str=None, **kwargs) -> None: | ||
super(ActiveDirectory, self).__init__(**kwargs) | ||
self.active_directory_id = active_directory_id | ||
self.username = username | ||
self.password = password | ||
self.domain = domain | ||
self.d_ns = d_ns | ||
self.status = status | ||
self.s_mb_server_name = s_mb_server_name | ||
self.organizational_unit = organizational_unit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
azure-mgmt-netapp/azure/mgmt/netapp/models/export_policy_rule.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from msrest.serialization import Model | ||
|
||
|
||
class ExportPolicyRule(Model): | ||
"""Volume Export Policy Rule. | ||
:param rule_index: Order index | ||
:type rule_index: int | ||
:param unix_read_only: Read only access | ||
:type unix_read_only: bool | ||
:param unix_read_write: Read and write access | ||
:type unix_read_write: bool | ||
:param cifs: Allows CIFS protocol | ||
:type cifs: bool | ||
:param nfsv3: Allows NFSv3 protocol | ||
:type nfsv3: bool | ||
:param nfsv4: Allows NFSv4 protocol | ||
:type nfsv4: bool | ||
:param allowed_clients: Client ingress specification as comma separated | ||
string with IPv4 CIDRs, IPv4 host addresses and host names | ||
:type allowed_clients: str | ||
""" | ||
|
||
_attribute_map = { | ||
'rule_index': {'key': 'ruleIndex', 'type': 'int'}, | ||
'unix_read_only': {'key': 'unixReadOnly', 'type': 'bool'}, | ||
'unix_read_write': {'key': 'unixReadWrite', 'type': 'bool'}, | ||
'cifs': {'key': 'cifs', 'type': 'bool'}, | ||
'nfsv3': {'key': 'nfsv3', 'type': 'bool'}, | ||
'nfsv4': {'key': 'nfsv4', 'type': 'bool'}, | ||
'allowed_clients': {'key': 'allowedClients', 'type': 'str'}, | ||
} | ||
|
||
def __init__(self, **kwargs): | ||
super(ExportPolicyRule, self).__init__(**kwargs) | ||
self.rule_index = kwargs.get('rule_index', None) | ||
self.unix_read_only = kwargs.get('unix_read_only', None) | ||
self.unix_read_write = kwargs.get('unix_read_write', None) | ||
self.cifs = kwargs.get('cifs', None) | ||
self.nfsv3 = kwargs.get('nfsv3', None) | ||
self.nfsv4 = kwargs.get('nfsv4', None) | ||
self.allowed_clients = kwargs.get('allowed_clients', None) |
Oops, something went wrong.