Class ProjectsResource.LocationsResource.GroupsResource.AddGroupMigrationRequest
Adds a MigratingVm to a Group.
Inheritance
ProjectsResource.LocationsResource.GroupsResource.AddGroupMigrationRequest
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1alpha1
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.GroupsResource.AddGroupMigrationRequest : VMMigrationServiceBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
AddGroupMigrationRequest(IClientService, AddGroupMigrationRequest, string)
Constructs a new AddGroupMigration request.
Declaration
public AddGroupMigrationRequest(IClientService service, AddGroupMigrationRequest body, string group)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AddGroupMigrationRequest | body | |
string | group |
Properties
Group
Required. The full path name of the Group to add to.
Declaration
[RequestParameter("group", RequestParameterType.Path)]
public virtual string Group { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes AddGroupMigration parameter list.
Declaration
protected override void InitParameters()