com.baidubce.services.bcc.model.instance
Class GetInstanceVncRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.bcc.model.instance.GetInstanceVncRequest
public class GetInstanceVncRequest
- extends AbstractBceRequest
The request for getting the instance vnc url.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetInstanceVncRequest
public GetInstanceVncRequest()
getInstanceId
public String getInstanceId()
setInstanceId
public void setInstanceId(String instanceId)
withInstanceId
public GetInstanceVncRequest withInstanceId(String instanceId)
- Configure request instanceId for the request.
- Parameters:
instanceId
- The id of the instance.
- Returns:
- GetInstanceVncRequest with specified instanceId.
withRequestCredentials
public GetInstanceVncRequest withRequestCredentials(BceCredentials credentials)
- Configure request credential for the request.
- Specified by:
withRequestCredentials
in class AbstractBceRequest
- Parameters:
credentials
- a valid instance of BceCredentials.
- Returns:
- GetInstanceVncRequest with specified credentials.
Copyright © 2018. All rights reserved.