pub struct CvmService { /* private fields */ }Implementationsยง
Sourceยงimpl CvmService
impl CvmService
pub async fn describe_instances( &self, request: &DescribeInstancesRequest, ) -> Result<DescribeInstancesResponse>
pub async fn describe_instances_with_options( &self, request: &DescribeInstancesRequest, options: &RequestOptions, ) -> Result<DescribeInstancesResponse>
pub async fn reset_instances_password( &self, request: &ResetInstancesPasswordRequest, ) -> Result<GenericActionResponse>
pub async fn reset_instances_password_with_options( &self, request: &ResetInstancesPasswordRequest, options: &RequestOptions, ) -> Result<GenericActionResponse>
pub async fn describe_instance_vnc_url( &self, request: &DescribeInstanceVncUrlRequest, ) -> Result<DescribeInstanceVncUrlResponse>
pub async fn describe_instance_vnc_url_with_options( &self, request: &DescribeInstanceVncUrlRequest, options: &RequestOptions, ) -> Result<DescribeInstanceVncUrlResponse>
pub async fn run_instances( &self, request: &RunInstancesRequest, ) -> Result<RunInstancesResponse>
pub async fn run_instances_with_options( &self, request: &RunInstancesRequest, options: &RequestOptions, ) -> Result<RunInstancesResponse>
pub async fn start_instances( &self, request: &StartInstancesRequest, ) -> Result<GenericActionResponse>
pub async fn start_instances_with_options( &self, request: &StartInstancesRequest, options: &RequestOptions, ) -> Result<GenericActionResponse>
pub async fn reboot_instances( &self, request: &RebootInstancesRequest, ) -> Result<GenericActionResponse>
pub async fn reboot_instances_with_options( &self, request: &RebootInstancesRequest, options: &RequestOptions, ) -> Result<GenericActionResponse>
pub async fn stop_instances( &self, request: &StopInstancesRequest, ) -> Result<GenericActionResponse>
pub async fn stop_instances_with_options( &self, request: &StopInstancesRequest, options: &RequestOptions, ) -> Result<GenericActionResponse>
pub async fn modify_instances_project( &self, request: &ModifyInstancesProjectRequest, ) -> Result<GenericActionResponse>
pub async fn modify_instances_project_with_options( &self, request: &ModifyInstancesProjectRequest, options: &RequestOptions, ) -> Result<GenericActionResponse>
pub async fn terminate_instances( &self, request: &TerminateInstancesRequest, ) -> Result<GenericActionResponse>
pub async fn terminate_instances_with_options( &self, request: &TerminateInstancesRequest, options: &RequestOptions, ) -> Result<GenericActionResponse>
pub async fn describe_images( &self, request: &DescribeImagesRequest, ) -> Result<DescribeImagesResponse>
pub async fn describe_images_with_options( &self, request: &DescribeImagesRequest, options: &RequestOptions, ) -> Result<DescribeImagesResponse>
Trait Implementationsยง
Sourceยงimpl Clone for CvmService
impl Clone for CvmService
Sourceยงfn clone(&self) -> CvmService
fn clone(&self) -> CvmService
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementationsยง
impl Freeze for CvmService
impl !RefUnwindSafe for CvmService
impl Send for CvmService
impl Sync for CvmService
impl Unpin for CvmService
impl !UnwindSafe for CvmService
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more