Back to index
Summary
Modifies an existing gateway.gatewayNameStringrequiredThe gateway name. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. gatewayDisabledBooleanoptionalTrue means this artifact repository is disabled. hostName1StringoptionalThe domain name or IP address resourceName2 uses to send messages to resourceName1. hostName2StringoptionalThe domain name or IP address resourceName1 uses to send messages to resourceName2. newNameStringoptionalThe new name for an existing object that is being renamed. port1IntegeroptionalPort number resourceName2 uses to send messages to resourceName1. port2IntegeroptionalPort number resourceName1 uses to send messages to resourceName2. resourceName1StringoptionalThe name of the first resource in a gateway specification. Other resources in this resource's zone forward messages through this resource to agents in resourceName2's zone. resourceName2StringoptionalThe name of the second resource in a gateway specification. Other resources in this resource's zone forward messages through this resource to agents in resourceName1's zone. |
Usage
Perl
$cmdr->modifyGateway( "test-gatewayName" # gatewayName # optionals );
ectool
ectool modifyGateway \ "test-gatewayName" `# gatewayName` \ # optionals