public GetVmMetaResponse GetVmMeta(GetVmMetaRequest request)
 {
     AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
     return(GetVmMetaWithOptions(request, runtime));
 }
 public async Task <GetVmMetaResponse> GetVmMetaAsync(GetVmMetaRequest request)
 {
     AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
     return(await GetVmMetaWithOptionsAsync(request, runtime));
 }
 public async Task <GetVmMetaResponse> GetVmMetaWithOptionsAsync(GetVmMetaRequest request, AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime)
 {
     AlibabaCloud.TeaUtil.Common.ValidateModel(request);
     return(TeaModel.ToObject <GetVmMetaResponse>(await DoRequestAsync("GetVmMeta", "HTTPS", "GET", "2020-01-11", "AK", request.ToMap(), null, runtime)));
 }