Documentation ¶
Index ¶
- type SNCCompute
- type SNCRequest
- func (r *SNCRequest) Create(ctx *pulumi.Context, computeRequested compute.ComputeRequest) (*compute.Compute, error)
- func (r *SNCRequest) CustomIngressRules() []securityGroup.IngressRules
- func (r *SNCRequest) CustomSecurityGroups(ctx *pulumi.Context) ([]*ec2.SecurityGroup, error)
- func (r *SNCRequest) GetAMI(ctx *pulumi.Context) (*ec2.LookupAmiResult, error)
- func (r *SNCRequest) GetDedicatedHost(ctx *pulumi.Context) (*ec2.DedicatedHost, error)
- func (r *SNCRequest) GetPostScript(ctx *pulumi.Context) (pulumi.StringPtrInput, error)
- func (r *SNCRequest) GetRequest() *compute.Request
- func (r *SNCRequest) GetUserdata(ctx *pulumi.Context) (pulumi.StringPtrInput, error)
- func (r *SNCRequest) ReadinessCommand() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SNCCompute ¶
type SNCCompute struct {
rhel.RHELCompute
}
type SNCRequest ¶
type SNCRequest struct {
rhel.RHELRequest
}
func (*SNCRequest) Create ¶
func (r *SNCRequest) Create(ctx *pulumi.Context, computeRequested compute.ComputeRequest) (*compute.Compute, error)
func (*SNCRequest) CustomIngressRules ¶
func (r *SNCRequest) CustomIngressRules() []securityGroup.IngressRules
func (*SNCRequest) CustomSecurityGroups ¶
func (r *SNCRequest) CustomSecurityGroups(ctx *pulumi.Context) ([]*ec2.SecurityGroup, error)
func (*SNCRequest) GetAMI ¶
func (r *SNCRequest) GetAMI(ctx *pulumi.Context) (*ec2.LookupAmiResult, error)
func (*SNCRequest) GetDedicatedHost ¶
func (r *SNCRequest) GetDedicatedHost(ctx *pulumi.Context) (*ec2.DedicatedHost, error)
func (*SNCRequest) GetPostScript ¶
func (r *SNCRequest) GetPostScript(ctx *pulumi.Context) (pulumi.StringPtrInput, error)
func (*SNCRequest) GetRequest ¶
func (r *SNCRequest) GetRequest() *compute.Request
func (*SNCRequest) GetUserdata ¶
func (r *SNCRequest) GetUserdata(ctx *pulumi.Context) (pulumi.StringPtrInput, error)
func (*SNCRequest) ReadinessCommand ¶
func (r *SNCRequest) ReadinessCommand() string
Click to show internal directories.
Click to hide internal directories.