X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=juju%2Fclient%2F_client3.py;h=83375f06382b7ad2c23fa144773101ff4ddde3be;hb=4886fb1aecea27593aa4d5ec8829975c38701c71;hp=c4a76dbe540a79ec5e5e0e6fa42838f50bce9e7e;hpb=1a3cee44420e79fda92943edf636eaddb393145e;p=osm%2FN2VC.git diff --git a/juju/client/_client3.py b/juju/client/_client3.py index c4a76db..83375f0 100644 --- a/juju/client/_client3.py +++ b/juju/client/_client3.py @@ -729,14 +729,9 @@ class ControllerFacade(Type): 'type': 'array'}}, 'type': 'object'}, 'MigrationSpec': {'additionalProperties': False, - 'properties': {'external-control': {'type': 'boolean'}, - 'model-tag': {'type': 'string'}, - 'skip-initial-prechecks': {'type': 'boolean'}, + 'properties': {'model-tag': {'type': 'string'}, 'target-info': {'$ref': '#/definitions/MigrationTargetInfo'}}, - 'required': ['model-tag', - 'target-info', - 'external-control', - 'skip-initial-prechecks'], + 'required': ['model-tag', 'target-info'], 'type': 'object'}, 'MigrationTargetInfo': {'additionalProperties': False, 'properties': {'addrs': {'items': {'type': 'string'}, @@ -2450,11 +2445,16 @@ class ProvisionerFacade(Type): 'required': ['entities'], 'type': 'object'}, 'Settings': {'additionalProperties': False, - 'properties': {'Ftp': {'type': 'string'}, + 'properties': {'AutoNoProxy': {'type': 'string'}, + 'Ftp': {'type': 'string'}, 'Http': {'type': 'string'}, 'Https': {'type': 'string'}, 'NoProxy': {'type': 'string'}}, - 'required': ['Http', 'Https', 'Ftp', 'NoProxy'], + 'required': ['Http', + 'Https', + 'Ftp', + 'NoProxy', + 'AutoNoProxy'], 'type': 'object'}, 'StatusResult': {'additionalProperties': False, 'properties': {'data': {'patternProperties': {'.*': {'additionalProperties': True, @@ -2573,7 +2573,8 @@ class ProvisionerFacade(Type): 'persistent': {'type': 'boolean'}, 'pool': {'type': 'string'}, 'size': {'type': 'integer'}, - 'volume-id': {'type': 'string'}}, + 'volume-id': {'type': 'string'}, + 'wwn': {'type': 'string'}}, 'required': ['volume-id', 'size', 'persistent'], 'type': 'object'}, 'VolumeParams': {'additionalProperties': False, @@ -3590,7 +3591,8 @@ class StorageFacade(Type): 'persistent': {'type': 'boolean'}, 'pool': {'type': 'string'}, 'size': {'type': 'integer'}, - 'volume-id': {'type': 'string'}}, + 'volume-id': {'type': 'string'}, + 'wwn': {'type': 'string'}}, 'required': ['volume-id', 'size', 'persistent'], 'type': 'object'}}, 'properties': {'AddToUnit': {'properties': {'Params': {'$ref': '#/definitions/StoragesAddParams'}, @@ -3793,12 +3795,14 @@ class StorageProvisionerFacade(Type): 'Label': {'type': 'string'}, 'MountPoint': {'type': 'string'}, 'Size': {'type': 'integer'}, - 'UUID': {'type': 'string'}}, + 'UUID': {'type': 'string'}, + 'WWN': {'type': 'string'}}, 'required': ['DeviceName', 'DeviceLinks', 'Label', 'UUID', 'HardwareId', + 'WWN', 'BusAddress', 'Size', 'FilesystemType', @@ -4082,7 +4086,8 @@ class StorageProvisionerFacade(Type): 'persistent': {'type': 'boolean'}, 'pool': {'type': 'string'}, 'size': {'type': 'integer'}, - 'volume-id': {'type': 'string'}}, + 'volume-id': {'type': 'string'}, + 'wwn': {'type': 'string'}}, 'required': ['volume-id', 'size', 'persistent'], 'type': 'object'}, 'VolumeParams': {'additionalProperties': False,