Show / Hide Table of Contents

Class V1Resource.AnalyzeMoveRequest

Analyze moving a resource to a specified destination without kicking off the actual move. The analysis is best effort depending on the user's permissions of viewing different hierarchical policies and configurations. The policies and configuration are subject to change before the actual resource migration takes place.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<AnalyzeMoveResponse>
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>
V1Resource.AnalyzeMoveRequest
Implements
IClientServiceRequest<AnalyzeMoveResponse>
IClientServiceRequest
Inherited Members
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.Xgafv
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.AccessToken
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.Alt
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.Callback
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.Fields
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.Key
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.OauthToken
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.PrettyPrint
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.QuotaUser
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.UploadType
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.UploadProtocol
ClientServiceRequest<AnalyzeMoveResponse>.Execute()
ClientServiceRequest<AnalyzeMoveResponse>.ExecuteAsStream()
ClientServiceRequest<AnalyzeMoveResponse>.ExecuteAsync()
ClientServiceRequest<AnalyzeMoveResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AnalyzeMoveResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<AnalyzeMoveResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AnalyzeMoveResponse>.CreateRequest(bool?)
ClientServiceRequest<AnalyzeMoveResponse>.GenerateRequestUri()
ClientServiceRequest<AnalyzeMoveResponse>.GetBody()
ClientServiceRequest<AnalyzeMoveResponse>.GetDefaultETagAction(string)
ClientServiceRequest<AnalyzeMoveResponse>.ETagAction
ClientServiceRequest<AnalyzeMoveResponse>.ModifyRequest
ClientServiceRequest<AnalyzeMoveResponse>.ValidateParameters
ClientServiceRequest<AnalyzeMoveResponse>.ApiVersion
ClientServiceRequest<AnalyzeMoveResponse>.RequestParameters
ClientServiceRequest<AnalyzeMoveResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAsset.v1
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class V1Resource.AnalyzeMoveRequest : CloudAssetBaseServiceRequest<AnalyzeMoveResponse>, IClientServiceRequest<AnalyzeMoveResponse>, IClientServiceRequest

Constructors

AnalyzeMoveRequest(IClientService, string)

Constructs a new AnalyzeMove request.

Declaration
public AnalyzeMoveRequest(IClientService service, string resource)
Parameters
Type Name Description
IClientService service
string resource

Properties

DestinationParent

Required. Name of the Google Cloud folder or organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified destination parent. This can only be a folder number (such as "folders/123") or an organization number (such as "organizations/123").

Declaration
[RequestParameter("destinationParent", RequestParameterType.Query)]
public virtual string DestinationParent { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<AnalyzeMoveResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<AnalyzeMoveResponse>.MethodName

Resource

Required. Name of the resource to perform the analysis against. Only Google Cloud projects are supported as of today. Hence, this can only be a project ID (such as "projects/my-project-id") or a project number (such as "projects/12345").

Declaration
[RequestParameter("resource", RequestParameterType.Path)]
public virtual string Resource { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<AnalyzeMoveResponse>.RestPath

View

Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual V1Resource.AnalyzeMoveRequest.ViewEnum? View { get; set; }
Property Value
Type Description
V1Resource.AnalyzeMoveRequest.ViewEnum?

Methods

InitParameters()

Initializes AnalyzeMove parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudAssetBaseServiceRequest<AnalyzeMoveResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX