Skip to content

Add-GceSnapshot

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

FromDisk

Add-GceSnapshot [-Disk] <Disk> [-Label <Hashtable>] [-Name <String>] [-Description <String>] [-GuestFlush]
 [<CommonParameters>]

FromDiskName

Add-GceSnapshot [-Project <String>] [-Zone <String>] [-Label <Hashtable>] [-DiskName] <String> [-Name <String>]
 [-Description <String>] [-GuestFlush] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Description

{{ Fill Description Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Disk

{{ Fill Disk Description }}

Type: Google.Apis.Compute.v1.Data.Disk
Parameter Sets: FromDisk
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-DiskName

{{ Fill DiskName Description }}

Type: System.String
Parameter Sets: FromDiskName
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-GuestFlush

{{ Fill GuestFlush Description }}

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: VSS

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Label

{{ Fill Label Description }}

Type: System.Collections.Hashtable
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

{{ Fill Name Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Project

{{ Fill Project Description }}

Type: System.String
Parameter Sets: FromDiskName
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Zone

{{ Fill Zone Description }}

Type: System.String
Parameter Sets: FromDiskName
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

Google.Apis.Compute.v1.Data.Disk

OUTPUTS

Google.Apis.Compute.v1.Data.Snapshot

NOTES

Back to top