C# Class Google.PowerShell.ComputeEngine.GceInstanceDescriptionCmdlet

Base cmdlet class indicating what parameters are needed to describe an instance. Used by NewGceInstanceConfigCmdlet and AdGceInstanceCmdlet to provide a unifed way to build an instance description.
Inheritance: GceTemplateDescriptionCmdlet
Datei anzeigen Open project: GoogleCloudPlatform/google-cloud-powershell

Protected Methods

Method Description
BuildAttachedDisks ( ) : IList

Extend the parent BuildAttachedDisks by optionally appending a disk from the BootDisk attribute.

BuildInstance ( ) : Instance

Builds the instance description based on the cmdlet parameters.

BuildNetworkInterfaces ( ) : NetworkInterface

Extends the parent BuildnetworkInterfaces by adding the static address to the network interface.

Method Details

BuildAttachedDisks() protected method

Extend the parent BuildAttachedDisks by optionally appending a disk from the BootDisk attribute.
protected BuildAttachedDisks ( ) : IList
return IList

BuildInstance() protected method

Builds the instance description based on the cmdlet parameters.
protected BuildInstance ( ) : Instance
return Instance

BuildNetworkInterfaces() protected method

Extends the parent BuildnetworkInterfaces by adding the static address to the network interface.
protected BuildNetworkInterfaces ( ) : NetworkInterface
return NetworkInterface