Send feedback
Class VmMigrationGrpc (1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.11.0 keyboard_arrow_down
public final class VmMigrationGrpc
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Static Methods
getAddGroupMigrationMethod()
public static MethodDescriptor<AddGroupMigrationRequest , Operation > getAddGroupMigrationMethod ()
Returns
getCancelCloneJobMethod()
public static MethodDescriptor<CancelCloneJobRequest , Operation > getCancelCloneJobMethod ()
Returns
getCancelCutoverJobMethod()
public static MethodDescriptor<CancelCutoverJobRequest , Operation > getCancelCutoverJobMethod ()
Returns
getCreateCloneJobMethod()
public static MethodDescriptor<CreateCloneJobRequest , Operation > getCreateCloneJobMethod ()
Returns
getCreateCutoverJobMethod()
public static MethodDescriptor<CreateCutoverJobRequest , Operation > getCreateCutoverJobMethod ()
Returns
getCreateDatacenterConnectorMethod()
public static MethodDescriptor<CreateDatacenterConnectorRequest , Operation > getCreateDatacenterConnectorMethod ()
Returns
getCreateGroupMethod()
public static MethodDescriptor<CreateGroupRequest , Operation > getCreateGroupMethod ()
Returns
getCreateMigratingVmMethod()
public static MethodDescriptor<CreateMigratingVmRequest , Operation > getCreateMigratingVmMethod ()
Returns
getCreateSourceMethod()
public static MethodDescriptor<CreateSourceRequest , Operation > getCreateSourceMethod ()
Returns
getCreateTargetProjectMethod()
public static MethodDescriptor<CreateTargetProjectRequest , Operation > getCreateTargetProjectMethod ()
Returns
getCreateUtilizationReportMethod()
public static MethodDescriptor<CreateUtilizationReportRequest , Operation > getCreateUtilizationReportMethod ()
Returns
getDeleteDatacenterConnectorMethod()
public static MethodDescriptor<DeleteDatacenterConnectorRequest , Operation > getDeleteDatacenterConnectorMethod ()
Returns
getDeleteGroupMethod()
public static MethodDescriptor<DeleteGroupRequest , Operation > getDeleteGroupMethod ()
Returns
getDeleteMigratingVmMethod()
public static MethodDescriptor<DeleteMigratingVmRequest , Operation > getDeleteMigratingVmMethod ()
Returns
getDeleteSourceMethod()
public static MethodDescriptor<DeleteSourceRequest , Operation > getDeleteSourceMethod ()
Returns
getDeleteTargetProjectMethod()
public static MethodDescriptor<DeleteTargetProjectRequest , Operation > getDeleteTargetProjectMethod ()
Returns
getDeleteUtilizationReportMethod()
public static MethodDescriptor<DeleteUtilizationReportRequest , Operation > getDeleteUtilizationReportMethod ()
Returns
getFetchInventoryMethod()
public static MethodDescriptor<FetchInventoryRequest , FetchInventoryResponse > getFetchInventoryMethod ()
Returns
getFinalizeMigrationMethod()
public static MethodDescriptor<FinalizeMigrationRequest , Operation > getFinalizeMigrationMethod ()
Returns
getGetCloneJobMethod()
public static MethodDescriptor<GetCloneJobRequest , CloneJob > getGetCloneJobMethod ()
Returns
getGetCutoverJobMethod()
public static MethodDescriptor<GetCutoverJobRequest , CutoverJob > getGetCutoverJobMethod ()
Returns
getGetDatacenterConnectorMethod()
public static MethodDescriptor<GetDatacenterConnectorRequest , DatacenterConnector > getGetDatacenterConnectorMethod ()
Returns
getGetGroupMethod()
public static MethodDescriptor<GetGroupRequest , Group > getGetGroupMethod ()
Returns
getGetMigratingVmMethod()
public static MethodDescriptor<GetMigratingVmRequest , MigratingVm > getGetMigratingVmMethod ()
Returns
getGetReplicationCycleMethod()
public static MethodDescriptor<GetReplicationCycleRequest , ReplicationCycle > getGetReplicationCycleMethod ()
Returns
getGetSourceMethod()
public static MethodDescriptor<GetSourceRequest , Source > getGetSourceMethod ()
Returns
getGetTargetProjectMethod()
public static MethodDescriptor<GetTargetProjectRequest , TargetProject > getGetTargetProjectMethod ()
Returns
getGetUtilizationReportMethod()
public static MethodDescriptor<GetUtilizationReportRequest , UtilizationReport > getGetUtilizationReportMethod ()
Returns
getListCloneJobsMethod()
public static MethodDescriptor<ListCloneJobsRequest , ListCloneJobsResponse > getListCloneJobsMethod ()
Returns
getListCutoverJobsMethod()
public static MethodDescriptor<ListCutoverJobsRequest , ListCutoverJobsResponse > getListCutoverJobsMethod ()
Returns
getListDatacenterConnectorsMethod()
public static MethodDescriptor<ListDatacenterConnectorsRequest , ListDatacenterConnectorsResponse > getListDatacenterConnectorsMethod ()
Returns
getListGroupsMethod()
public static MethodDescriptor<ListGroupsRequest , ListGroupsResponse > getListGroupsMethod ()
Returns
getListMigratingVmsMethod()
public static MethodDescriptor<ListMigratingVmsRequest , ListMigratingVmsResponse > getListMigratingVmsMethod ()
Returns
getListReplicationCyclesMethod()
public static MethodDescriptor<ListReplicationCyclesRequest , ListReplicationCyclesResponse > getListReplicationCyclesMethod ()
Returns
getListSourcesMethod()
public static MethodDescriptor<ListSourcesRequest , ListSourcesResponse > getListSourcesMethod ()
Returns
getListTargetProjectsMethod()
public static MethodDescriptor<ListTargetProjectsRequest , ListTargetProjectsResponse > getListTargetProjectsMethod ()
Returns
getListUtilizationReportsMethod()
public static MethodDescriptor<ListUtilizationReportsRequest , ListUtilizationReportsResponse > getListUtilizationReportsMethod ()
Returns
getPauseMigrationMethod()
public static MethodDescriptor<PauseMigrationRequest , Operation > getPauseMigrationMethod ()
Returns
getRemoveGroupMigrationMethod()
public static MethodDescriptor<RemoveGroupMigrationRequest , Operation > getRemoveGroupMigrationMethod ()
Returns
getResumeMigrationMethod()
public static MethodDescriptor<ResumeMigrationRequest , Operation > getResumeMigrationMethod ()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor ()
Returns
Type Description io.grpc.ServiceDescriptor
getStartMigrationMethod()
public static MethodDescriptor<StartMigrationRequest , Operation > getStartMigrationMethod ()
Returns
getUpdateGroupMethod()
public static MethodDescriptor<UpdateGroupRequest , Operation > getUpdateGroupMethod ()
Returns
getUpdateMigratingVmMethod()
public static MethodDescriptor<UpdateMigratingVmRequest , Operation > getUpdateMigratingVmMethod ()
Returns
getUpdateSourceMethod()
public static MethodDescriptor<UpdateSourceRequest , Operation > getUpdateSourceMethod ()
Returns
getUpdateTargetProjectMethod()
public static MethodDescriptor<UpdateTargetProjectRequest , Operation > getUpdateTargetProjectMethod ()
Returns
getUpgradeApplianceMethod()
public static MethodDescriptor<UpgradeApplianceRequest , Operation > getUpgradeApplianceMethod ()
Returns
newBlockingStub(Channel channel)
public static VmMigrationGrpc . VmMigrationBlockingStub newBlockingStub ( Channel channel )
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter
Name Description channel
io.grpc.Channel
Returns
newFutureStub(Channel channel)
public static VmMigrationGrpc . VmMigrationFutureStub newFutureStub ( Channel channel )
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name Description channel
io.grpc.Channel
Returns
newStub(Channel channel)
public static VmMigrationGrpc . VmMigrationStub newStub ( Channel channel )
Creates a new async stub that supports all call types for the service
Parameter
Name Description channel
io.grpc.Channel
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]