Class ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.RerunRequest
Rerun an existing ConnectivityTest
. After the user triggers the rerun, the reachability
analysis is performed as part of the long running operation, which completes when the analysis
completes. Even though the test configuration remains the same, the reachability result may
change due to underlying network configuration changes. If the endpoint specifications in
ConnectivityTest
become invalid (for example, specified resources are deleted in the network,
or you lost read permissions to the network configurations of listed projects), then the
reachability result returns a value of UNKNOWN
.
Inheritance
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.RerunRequest : NetworkManagementBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
RerunRequest(IClientService, RerunConnectivityTestRequest, string)
Constructs a new Rerun request.
Declaration
public RerunRequest(IClientService service, RerunConnectivityTestRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RerunConnectivityTestRequest | body | |
string | name |
Properties
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
Name
Required. Connectivity Test resource name using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
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 Rerun parameter list.
Declaration
protected override void InitParameters()