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
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-powershell

Méthodes protégées

Méthode 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 méthode

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

BuildInstance() protected méthode

Builds the instance description based on the cmdlet parameters.
protected BuildInstance ( ) : Instance
Résultat Instance

BuildNetworkInterfaces() protected méthode

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