|
compute
alpha
|
The "vpnGateways" collection of methods. More...
Classes | |
| class | AggregatedListRequest |
| Retrieves an aggregated list of VPN gateways. More... | |
| class | DeleteRequest |
| Deletes the specified VPN gateway. More... | |
| class | GetRequest |
| Returns the specified VPN gateway. Gets a list of available VPN gateways by making a list() request. More... | |
| class | GetStatusRequest |
| Returns the status for the specified VPN gateway. More... | |
| class | InsertRequest |
| Creates a VPN gateway in the specified project and region using the data included in the request. More... | |
| class | ListRequest |
| Retrieves a list of VPN gateways available to the specified project and region. More... | |
| class | SetLabelsRequest |
| Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation. More... | |
| class | TestIamPermissionsRequest |
| Returns permissions that a caller has on the specified resource. More... | |
Public Member Functions | |
| VpnGatewaysResource (Google.Apis.Services.IClientService service) | |
| Constructs a new resource. More... | |
| virtual AggregatedListRequest | AggregatedList (string project) |
| Retrieves an aggregated list of VPN gateways. More... | |
| virtual DeleteRequest | Delete (string project, string region, string vpnGateway) |
| Deletes the specified VPN gateway. More... | |
| virtual GetRequest | Get (string project, string region, string vpnGateway) |
| Returns the specified VPN gateway. Gets a list of available VPN gateways by making a list() request. More... | |
| virtual GetStatusRequest | GetStatus (string project, string region, string vpnGateway) |
| Returns the status for the specified VPN gateway. More... | |
| virtual InsertRequest | Insert (Google.Apis.Compute.alpha.Data.VpnGateway body, string project, string region) |
| Creates a VPN gateway in the specified project and region using the data included in the request. More... | |
| virtual ListRequest | List (string project, string region) |
| Retrieves a list of VPN gateways available to the specified project and region. More... | |
| virtual SetLabelsRequest | SetLabels (Google.Apis.Compute.alpha.Data.RegionSetLabelsRequest body, string project, string region, string resource) |
| Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation. More... | |
| virtual TestIamPermissionsRequest | TestIamPermissions (Google.Apis.Compute.alpha.Data.TestPermissionsRequest body, string project, string region, string resource) |
| Returns permissions that a caller has on the specified resource. More... | |
The "vpnGateways" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Retrieves an aggregated list of VPN gateways.
| project | Project ID for this request. |
|
inlinevirtual |
Deletes the specified VPN gateway.
| project | Project ID for this request. |
| region | Name of the region for this request. |
| vpnGateway | Name of the VPN gateway to delete. |
|
inlinevirtual |
Returns the specified VPN gateway. Gets a list of available VPN gateways by making a list() request.
| project | Project ID for this request. |
| region | Name of the region for this request. |
| vpnGateway | Name of the VPN gateway to return. |
|
inlinevirtual |
Returns the status for the specified VPN gateway.
| project | Project ID for this request. |
| region | Name of the region for this request. |
| vpnGateway | Name of the VPN gateway to return. |
|
inlinevirtual |
Creates a VPN gateway in the specified project and region using the data included in the request.
| body | The body of the request. |
| project | Project ID for this request. |
| region | Name of the region for this request. |
|
inlinevirtual |
Retrieves a list of VPN gateways available to the specified project and region.
| project | Project ID for this request. |
| region | Name of the region for this request. |
|
inlinevirtual |
Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation.
| body | The body of the request. |
| project | Project ID for this request. |
| region | The region for this request. |
| resource | Name or id of the resource for this request. |
|
inlinevirtual |
Returns permissions that a caller has on the specified resource.
| body | The body of the request. |
| project | Project ID for this request. |
| region | The name of the region for this request. |
| resource | Name or id of the resource for this request. |