Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource

The "datacenterConnectors" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1alpha1
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource

Constructors

DatacenterConnectorsResource(IClientService)

Constructs a new resource.

Declaration
public DatacenterConnectorsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(DatacenterConnector, string)

Creates a new DatacenterConnector in a given Source.

Declaration
public virtual ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.CreateRequest Create(DatacenterConnector body, string parent)
Parameters
Type Name Description
DatacenterConnector body

The body of the request.

string parent

Required. The DatacenterConnector's parent. Required. The Source in where the new DatacenterConnector will be created. For example: projects/my-project/locations/us-central1/sources/my-source

Returns
Type Description
ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.CreateRequest

Delete(string)

Deletes a single DatacenterConnector.

Declaration
public virtual ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The DatacenterConnector name.

Returns
Type Description
ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.DeleteRequest

Get(string)

Gets details of a single DatacenterConnector.

Declaration
public virtual ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the DatacenterConnector.

Returns
Type Description
ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.GetRequest

List(string)

Lists DatacenterConnectors in a given Source.

Declaration
public virtual ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent, which owns this collection of connectors.

Returns
Type Description
ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.ListRequest

UpgradeAppliance(UpgradeApplianceRequest, string)

Upgrades the appliance relate to this DatacenterConnector to the in-place updateable version.

Declaration
public virtual ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.UpgradeApplianceRequest UpgradeAppliance(UpgradeApplianceRequest body, string datacenterConnector)
Parameters
Type Name Description
UpgradeApplianceRequest body

The body of the request.

string datacenterConnector

Required. The DatacenterConnector name.

Returns
Type Description
ProjectsResource.LocationsResource.SourcesResource.DatacenterConnectorsResource.UpgradeApplianceRequest
In this article
Back to top Generated by DocFX