C# 클래스 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.
상속: GceTemplateDescriptionCmdlet
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

보호된 메소드들

메소드 설명
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.

메소드 상세

BuildAttachedDisks() 보호된 메소드

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

BuildInstance() 보호된 메소드

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

BuildNetworkInterfaces() 보호된 메소드

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