Class ProjectsResource.LocationsResource.GlobalResource.HubsResource.RejectSpokeRequest
Rejects a Network Connectivity Center spoke from being attached to a hub. If the spoke was
previously in the ACTIVE
state, it transitions to the INACTIVE
state and is no longer able
to connect to other spokes that are attached to the hub.
Inheritance
ProjectsResource.LocationsResource.GlobalResource.HubsResource.RejectSpokeRequest
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GlobalResource.HubsResource.RejectSpokeRequest : NetworkconnectivityBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
RejectSpokeRequest(IClientService, RejectHubSpokeRequest, string)
Constructs a new RejectSpoke request.
Declaration
public RejectSpokeRequest(IClientService service, RejectHubSpokeRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RejectHubSpokeRequest | 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. The name of the hub from which to reject the spoke.
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 RejectSpoke parameter list.
Declaration
protected override void InitParameters()