C# Class Google.PowerShell.ComputeEngine.GceTemplateDescriptionCmdlet

This abstract class describes all of the information needed to create an instance template description. It is extended by AddGceInstanceTemplateCmdlet, which sends an instance template description to the server, and by GceInstanceDescriptionCmdlet to provide a unifed set of parameters for instances and instance templates.
Inheritance: GceConcurrentCmdlet
Datei anzeigen Open project: GoogleCloudPlatform/google-cloud-powershell

Protected Methods

Method Description
BuildAttachedDisks ( ) : IList

Creates a list of AttachedDisk objects form Disk, BootDiskImage, and ExtraDis.

BuildInstanceTemplate ( ) : InstanceTemplate

Builds an InstanceTemplate from parameter values.

BuildNetworkInterfaces ( ) : NetworkInterface

Builds a network interface given the Network and NoExternalIp parameters.

Method Details

BuildAttachedDisks() protected method

Creates a list of AttachedDisk objects form Disk, BootDiskImage, and ExtraDis.
protected BuildAttachedDisks ( ) : IList
return IList

BuildInstanceTemplate() protected method

Builds an InstanceTemplate from parameter values.
protected BuildInstanceTemplate ( ) : InstanceTemplate
return InstanceTemplate

BuildNetworkInterfaces() protected method

Builds a network interface given the Network and NoExternalIp parameters.
protected BuildNetworkInterfaces ( ) : NetworkInterface
return NetworkInterface