Class RegionSnapshotSettingsResource
The "regionSnapshotSettings" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RegionSnapshotSettingsResource
Constructors
RegionSnapshotSettingsResource(IClientService)
Constructs a new resource.
Declaration
public RegionSnapshotSettingsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string)
Get region snapshot settings.
Declaration
public virtual RegionSnapshotSettingsResource.GetRequest Get(string project, string region)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region for this request. |
Returns
Type | Description |
---|---|
RegionSnapshotSettingsResource.GetRequest |
Patch(SnapshotSettings, string, string)
Patch region snapshot settings.
Declaration
public virtual RegionSnapshotSettingsResource.PatchRequest Patch(SnapshotSettings body, string project, string region)
Parameters
Type | Name | Description |
---|---|---|
SnapshotSettings | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region for this request. |
Returns
Type | Description |
---|---|
RegionSnapshotSettingsResource.PatchRequest |