Documentation ¶
Index ¶
- type WindowsCompute
- type WindowsRequest
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WindowsCompute ¶
type WindowsRequest ¶
func (*WindowsRequest) Create ¶
func (r *WindowsRequest) Create(ctx *pulumi.Context, computeRequested compute.ComputeRequest) (*compute.Compute, error)
func (*WindowsRequest) CustomIngressRules ¶
func (r *WindowsRequest) CustomIngressRules() []securityGroup.IngressRules
func (*WindowsRequest) CustomSecurityGroups ¶
func (r *WindowsRequest) CustomSecurityGroups(ctx *pulumi.Context) ([]*ec2.SecurityGroup, error)
func (*WindowsRequest) GetAMI ¶
func (r *WindowsRequest) GetAMI(ctx *pulumi.Context) (*ec2.LookupAmiResult, error)
func (*WindowsRequest) GetDedicatedHost ¶
func (r *WindowsRequest) GetDedicatedHost(ctx *pulumi.Context) (*ec2.DedicatedHost, error)
func (*WindowsRequest) GetPostScript ¶
func (r *WindowsRequest) GetPostScript(ctx *pulumi.Context) (pulumi.StringPtrInput, error)
func (*WindowsRequest) GetRequest ¶
func (r *WindowsRequest) GetRequest() *compute.Request
func (*WindowsRequest) GetUserdata ¶
func (r *WindowsRequest) GetUserdata(ctx *pulumi.Context) (pulumi.StringPtrInput, error)
func (*WindowsRequest) ReadinessCommand ¶
func (r *WindowsRequest) ReadinessCommand() string
Click to show internal directories.
Click to hide internal directories.