ProjectsLocationsSourcesResource class

Constructors

ProjectsLocationsSourcesResource(ApiRequester client)

Properties

datacenterConnectors ProjectsLocationsSourcesDatacenterConnectorsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
migratingVms ProjectsLocationsSourcesMigratingVmsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
utilizationReports ProjectsLocationsSourcesUtilizationReportsResource
no setter

Methods

create(Source request, String parent, {String? requestId, String? sourceId, String? $fields}) Future<Operation>
Creates a new Source in a given project and location.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Deletes a single Source.
fetchInventory(String source, {bool? forceRefresh, int? pageSize, String? pageToken, String? $fields}) Future<FetchInventoryResponse>
List remote source's inventory of VMs.
get(String name, {String? $fields}) Future<Source>
Gets details of a single Source.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListSourcesResponse>
Lists Sources in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Source request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates the parameters of a single Source.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited