@@ -1135,9 +1135,9 @@ def __init__(
1135
1135
class LogSpecification (msrest .serialization .Model ):
1136
1136
"""Log Definition of a single resource metric.
1137
1137
1138
- :param name:
1138
+ :param name: Name of log specification.
1139
1139
:type name: str
1140
- :param display_name:
1140
+ :param display_name: Display name of log specification.
1141
1141
:type display_name: str
1142
1142
"""
1143
1143
@@ -1948,7 +1948,7 @@ class ServiceSpecification(msrest.serialization.Model):
1948
1948
1949
1949
:param metric_specifications: Metric specifications of operation.
1950
1950
:type metric_specifications: list[~azure.mgmt.netapp.models.MetricSpecification]
1951
- :param log_specifications:
1951
+ :param log_specifications: Log specification of operation.
1952
1952
:type log_specifications: list[~azure.mgmt.netapp.models.LogSpecification]
1953
1953
"""
1954
1954
@@ -2307,8 +2307,6 @@ class SubscriptionQuotaItem(ProxyResource):
2307
2307
:vartype type: str
2308
2308
:ivar system_data: The system meta data relating to this resource.
2309
2309
:vartype system_data: ~azure.mgmt.netapp.models.SystemData
2310
- :ivar name_properties_name: Quota Item name.
2311
- :vartype name_properties_name: str
2312
2310
:ivar current: The current quota value.
2313
2311
:vartype current: int
2314
2312
:ivar default: The default quota value.
@@ -2320,7 +2318,6 @@ class SubscriptionQuotaItem(ProxyResource):
2320
2318
'name' : {'readonly' : True },
2321
2319
'type' : {'readonly' : True },
2322
2320
'system_data' : {'readonly' : True },
2323
- 'name_properties_name' : {'readonly' : True },
2324
2321
'current' : {'readonly' : True },
2325
2322
'default' : {'readonly' : True },
2326
2323
}
@@ -2330,7 +2327,6 @@ class SubscriptionQuotaItem(ProxyResource):
2330
2327
'name' : {'key' : 'name' , 'type' : 'str' },
2331
2328
'type' : {'key' : 'type' , 'type' : 'str' },
2332
2329
'system_data' : {'key' : 'systemData' , 'type' : 'SystemData' },
2333
- 'name_properties_name' : {'key' : 'properties.name' , 'type' : 'str' },
2334
2330
'current' : {'key' : 'properties.current' , 'type' : 'int' },
2335
2331
'default' : {'key' : 'properties.default' , 'type' : 'int' },
2336
2332
}
@@ -2341,7 +2337,6 @@ def __init__(
2341
2337
):
2342
2338
super (SubscriptionQuotaItem , self ).__init__ (** kwargs )
2343
2339
self .system_data = None
2344
- self .name_properties_name = None
2345
2340
self .current = None
2346
2341
self .default = None
2347
2342
@@ -2552,7 +2547,8 @@ class Volume(msrest.serialization.Model):
2552
2547
:param smb_continuously_available: Enables continuously available share property for smb
2553
2548
volume. Only applicable for SMB volume.
2554
2549
:type smb_continuously_available: bool
2555
- :param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume.
2550
+ :param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and
2551
+ this will be accepted as input only for manual qosType volume.
2556
2552
:type throughput_mibps: float
2557
2553
:param encryption_key_source: Encryption Key Source. Possible values are: 'Microsoft.NetApp'.
2558
2554
:type encryption_key_source: str
@@ -2605,7 +2601,6 @@ class Volume(msrest.serialization.Model):
2605
2601
'network_sibling_set_id' : {'readonly' : True , 'max_length' : 36 , 'min_length' : 36 , 'pattern' : r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$' },
2606
2602
'storage_to_network_proximity' : {'readonly' : True },
2607
2603
'mount_targets' : {'readonly' : True },
2608
- 'throughput_mibps' : {'maximum' : 4500 , 'minimum' : 0 },
2609
2604
'coolness_period' : {'maximum' : 63 , 'minimum' : 7 },
2610
2605
'unix_permissions' : {'max_length' : 4 , 'min_length' : 4 },
2611
2606
'clone_progress' : {'readonly' : True },
@@ -2806,7 +2801,8 @@ class VolumePatch(msrest.serialization.Model):
2806
2801
:type usage_threshold: long
2807
2802
:param export_policy: Set of export policy rules.
2808
2803
:type export_policy: ~azure.mgmt.netapp.models.VolumePatchPropertiesExportPolicy
2809
- :param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume.
2804
+ :param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and
2805
+ this will be accepted as input only for manual qosType volume.
2810
2806
:type throughput_mibps: float
2811
2807
:param data_protection: DataProtection type volumes include an object containing details of the
2812
2808
replication.
@@ -2826,7 +2822,6 @@ class VolumePatch(msrest.serialization.Model):
2826
2822
'name' : {'readonly' : True },
2827
2823
'type' : {'readonly' : True },
2828
2824
'usage_threshold' : {'maximum' : 109951162777600 , 'minimum' : 107374182400 },
2829
- 'throughput_mibps' : {'maximum' : 4500 , 'minimum' : 1 },
2830
2825
}
2831
2826
2832
2827
_attribute_map = {
0 commit comments