set_suggested_zone_name#

Model.set_suggested_zone_name(id, name)#

Sets the unique name for zone with given id based on the given suggested name.

Parameters:
idint

Id of the zone to set suggested name.

namestr

Suggested name for the zone.

Returns:
SetNameResults

Returns the SetNameResults. results.assignedName indicates the assigned name to the zone.

Return type:

SetNameResults

Examples

>>> client = prime.launch_prime()
>>> model = client.model
>>> results = model.set_suggested_zone_name(id = 5, name = "zone1")