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

보호된 메소드들

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

메소드 상세

BuildAttachedDisks() 보호된 메소드

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

BuildInstanceTemplate() 보호된 메소드

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

BuildNetworkInterfaces() 보호된 메소드

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