modifyZone

Back to index

Summary

Modifies an existing zone.
zoneName
Stringrequired
The zone name.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
newName
Stringoptional
The new name for an existing object that is being renamed.

Usage

Perl

$cmdr->modifyZone( "test-zoneName" # zoneName # optionals );

ectool

ectool modifyZone \ "test-zoneName" `# zoneName` \ # optionals

Examples

Perl

$cmdr->modifyZone("DevZone", {description => "Zone containing resources that the dev group uses."});

ectool

ectool modifyZone "DevZone" --description "Zone containing resources that the dev group uses."