Versions in this module Expand all Collapse all v0 v0.0.3 Feb 21, 2023 v0.0.2 Dec 15, 2022 Changes in this version + type WindowsCompute struct + type WindowsRequest struct + func (r *WindowsRequest) Create(ctx *pulumi.Context, computeRequested compute.ComputeRequest) (*compute.Compute, error) + func (r *WindowsRequest) CustomIngressRules() []securityGroup.IngressRules + func (r *WindowsRequest) CustomSecurityGroups(ctx *pulumi.Context) ([]*ec2.SecurityGroup, error) + func (r *WindowsRequest) GetAMI(ctx *pulumi.Context) (*ec2.LookupAmiResult, error) + func (r *WindowsRequest) GetDedicatedHost(ctx *pulumi.Context) (*ec2.DedicatedHost, error) + func (r *WindowsRequest) GetPostScript(ctx *pulumi.Context) (pulumi.StringPtrInput, error) + func (r *WindowsRequest) GetRequest() *compute.Request + func (r *WindowsRequest) GetUserdata(ctx *pulumi.Context) (pulumi.StringPtrInput, error) + func (r *WindowsRequest) ReadinessCommand() string