Merge pull request #1959 from Accelerite/CLOUDSTACK-9786

CLOUDSTACK-9786:API reference guide entry for associateIpAddress needs additional information
This commit is contained in:
kishankavala 2017-07-27 15:13:17 +05:30 committed by GitHub
commit 91f7012b01
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ import com.cloud.offering.NetworkOffering;
import com.cloud.projects.Project;
import com.cloud.user.Account;
@APICommand(name = "associateIpAddress", description = "Acquires and associates a public IP to an account.", responseObject = IPAddressResponse.class, responseView = ResponseView.Restricted,
@APICommand(name = "associateIpAddress", description = "Acquires and associates a public IP to an account. Either of the parameters are required, i.e. either zoneId, or networkId, or vpcId ", responseObject = IPAddressResponse.class, responseView = ResponseView.Restricted,
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
public class AssociateIPAddrCmd extends BaseAsyncCreateCmd {
public static final Logger s_logger = Logger.getLogger(AssociateIPAddrCmd.class.getName());