Versions in this module Expand all Collapse all v0 v0.1.1 Jan 1, 2025 v0.1.0 Oct 28, 2024 Changes in this version + type Mgmt struct + AutoUpgrade pulumi.BoolPtrOutput + Site pulumi.StringOutput + SshEnabled pulumi.BoolPtrOutput + SshKeys MgmtSshKeyArrayOutput + func GetMgmt(ctx *pulumi.Context, name string, id pulumi.IDInput, state *MgmtState, ...) (*Mgmt, error) + func NewMgmt(ctx *pulumi.Context, name string, args *MgmtArgs, ...) (*Mgmt, error) + func (*Mgmt) ElementType() reflect.Type + func (i *Mgmt) ToMgmtOutput() MgmtOutput + func (i *Mgmt) ToMgmtOutputWithContext(ctx context.Context) MgmtOutput + type MgmtArgs struct + AutoUpgrade pulumi.BoolPtrInput + Site pulumi.StringPtrInput + SshEnabled pulumi.BoolPtrInput + SshKeys MgmtSshKeyArrayInput + func (MgmtArgs) ElementType() reflect.Type + type MgmtArray []MgmtInput + func (MgmtArray) ElementType() reflect.Type + func (i MgmtArray) ToMgmtArrayOutput() MgmtArrayOutput + func (i MgmtArray) ToMgmtArrayOutputWithContext(ctx context.Context) MgmtArrayOutput + type MgmtArrayInput interface + ToMgmtArrayOutput func() MgmtArrayOutput + ToMgmtArrayOutputWithContext func(context.Context) MgmtArrayOutput + type MgmtArrayOutput struct + func (MgmtArrayOutput) ElementType() reflect.Type + func (o MgmtArrayOutput) Index(i pulumi.IntInput) MgmtOutput + func (o MgmtArrayOutput) ToMgmtArrayOutput() MgmtArrayOutput + func (o MgmtArrayOutput) ToMgmtArrayOutputWithContext(ctx context.Context) MgmtArrayOutput + type MgmtInput interface + ToMgmtOutput func() MgmtOutput + ToMgmtOutputWithContext func(ctx context.Context) MgmtOutput + type MgmtMap map[string]MgmtInput + func (MgmtMap) ElementType() reflect.Type + func (i MgmtMap) ToMgmtMapOutput() MgmtMapOutput + func (i MgmtMap) ToMgmtMapOutputWithContext(ctx context.Context) MgmtMapOutput + type MgmtMapInput interface + ToMgmtMapOutput func() MgmtMapOutput + ToMgmtMapOutputWithContext func(context.Context) MgmtMapOutput + type MgmtMapOutput struct + func (MgmtMapOutput) ElementType() reflect.Type + func (o MgmtMapOutput) MapIndex(k pulumi.StringInput) MgmtOutput + func (o MgmtMapOutput) ToMgmtMapOutput() MgmtMapOutput + func (o MgmtMapOutput) ToMgmtMapOutputWithContext(ctx context.Context) MgmtMapOutput + type MgmtOutput struct + func (MgmtOutput) ElementType() reflect.Type + func (o MgmtOutput) AutoUpgrade() pulumi.BoolPtrOutput + func (o MgmtOutput) Site() pulumi.StringOutput + func (o MgmtOutput) SshEnabled() pulumi.BoolPtrOutput + func (o MgmtOutput) SshKeys() MgmtSshKeyArrayOutput + func (o MgmtOutput) ToMgmtOutput() MgmtOutput + func (o MgmtOutput) ToMgmtOutputWithContext(ctx context.Context) MgmtOutput + type MgmtSshKey struct + Comment *string + Key *string + Name string + Type string + type MgmtSshKeyArgs struct + Comment pulumi.StringPtrInput + Key pulumi.StringPtrInput + Name pulumi.StringInput + Type pulumi.StringInput + func (MgmtSshKeyArgs) ElementType() reflect.Type + func (i MgmtSshKeyArgs) ToMgmtSshKeyOutput() MgmtSshKeyOutput + func (i MgmtSshKeyArgs) ToMgmtSshKeyOutputWithContext(ctx context.Context) MgmtSshKeyOutput + type MgmtSshKeyArray []MgmtSshKeyInput + func (MgmtSshKeyArray) ElementType() reflect.Type + func (i MgmtSshKeyArray) ToMgmtSshKeyArrayOutput() MgmtSshKeyArrayOutput + func (i MgmtSshKeyArray) ToMgmtSshKeyArrayOutputWithContext(ctx context.Context) MgmtSshKeyArrayOutput + type MgmtSshKeyArrayInput interface + ToMgmtSshKeyArrayOutput func() MgmtSshKeyArrayOutput + ToMgmtSshKeyArrayOutputWithContext func(context.Context) MgmtSshKeyArrayOutput + type MgmtSshKeyArrayOutput struct + func (MgmtSshKeyArrayOutput) ElementType() reflect.Type + func (o MgmtSshKeyArrayOutput) Index(i pulumi.IntInput) MgmtSshKeyOutput + func (o MgmtSshKeyArrayOutput) ToMgmtSshKeyArrayOutput() MgmtSshKeyArrayOutput + func (o MgmtSshKeyArrayOutput) ToMgmtSshKeyArrayOutputWithContext(ctx context.Context) MgmtSshKeyArrayOutput + type MgmtSshKeyInput interface + ToMgmtSshKeyOutput func() MgmtSshKeyOutput + ToMgmtSshKeyOutputWithContext func(context.Context) MgmtSshKeyOutput + type MgmtSshKeyOutput struct + func (MgmtSshKeyOutput) ElementType() reflect.Type + func (o MgmtSshKeyOutput) Comment() pulumi.StringPtrOutput + func (o MgmtSshKeyOutput) Key() pulumi.StringPtrOutput + func (o MgmtSshKeyOutput) Name() pulumi.StringOutput + func (o MgmtSshKeyOutput) ToMgmtSshKeyOutput() MgmtSshKeyOutput + func (o MgmtSshKeyOutput) ToMgmtSshKeyOutputWithContext(ctx context.Context) MgmtSshKeyOutput + func (o MgmtSshKeyOutput) Type() pulumi.StringOutput + type MgmtState struct + AutoUpgrade pulumi.BoolPtrInput + Site pulumi.StringPtrInput + SshEnabled pulumi.BoolPtrInput + SshKeys MgmtSshKeyArrayInput + func (MgmtState) ElementType() reflect.Type + type Radius struct + AccountingEnabled pulumi.BoolPtrOutput + AccountingPort pulumi.IntPtrOutput + AuthPort pulumi.IntPtrOutput + Enabled pulumi.BoolPtrOutput + InterimUpdateInterval pulumi.IntPtrOutput + Secret pulumi.StringPtrOutput + Site pulumi.StringOutput + TunneledReply pulumi.BoolPtrOutput + func GetRadius(ctx *pulumi.Context, name string, id pulumi.IDInput, state *RadiusState, ...) (*Radius, error) + func NewRadius(ctx *pulumi.Context, name string, args *RadiusArgs, ...) (*Radius, error) + func (*Radius) ElementType() reflect.Type + func (i *Radius) ToRadiusOutput() RadiusOutput + func (i *Radius) ToRadiusOutputWithContext(ctx context.Context) RadiusOutput + type RadiusArgs struct + AccountingEnabled pulumi.BoolPtrInput + AccountingPort pulumi.IntPtrInput + AuthPort pulumi.IntPtrInput + Enabled pulumi.BoolPtrInput + InterimUpdateInterval pulumi.IntPtrInput + Secret pulumi.StringPtrInput + Site pulumi.StringPtrInput + TunneledReply pulumi.BoolPtrInput + func (RadiusArgs) ElementType() reflect.Type + type RadiusArray []RadiusInput + func (RadiusArray) ElementType() reflect.Type + func (i RadiusArray) ToRadiusArrayOutput() RadiusArrayOutput + func (i RadiusArray) ToRadiusArrayOutputWithContext(ctx context.Context) RadiusArrayOutput + type RadiusArrayInput interface + ToRadiusArrayOutput func() RadiusArrayOutput + ToRadiusArrayOutputWithContext func(context.Context) RadiusArrayOutput + type RadiusArrayOutput struct + func (RadiusArrayOutput) ElementType() reflect.Type + func (o RadiusArrayOutput) Index(i pulumi.IntInput) RadiusOutput + func (o RadiusArrayOutput) ToRadiusArrayOutput() RadiusArrayOutput + func (o RadiusArrayOutput) ToRadiusArrayOutputWithContext(ctx context.Context) RadiusArrayOutput + type RadiusInput interface + ToRadiusOutput func() RadiusOutput + ToRadiusOutputWithContext func(ctx context.Context) RadiusOutput + type RadiusMap map[string]RadiusInput + func (RadiusMap) ElementType() reflect.Type + func (i RadiusMap) ToRadiusMapOutput() RadiusMapOutput + func (i RadiusMap) ToRadiusMapOutputWithContext(ctx context.Context) RadiusMapOutput + type RadiusMapInput interface + ToRadiusMapOutput func() RadiusMapOutput + ToRadiusMapOutputWithContext func(context.Context) RadiusMapOutput + type RadiusMapOutput struct + func (RadiusMapOutput) ElementType() reflect.Type + func (o RadiusMapOutput) MapIndex(k pulumi.StringInput) RadiusOutput + func (o RadiusMapOutput) ToRadiusMapOutput() RadiusMapOutput + func (o RadiusMapOutput) ToRadiusMapOutputWithContext(ctx context.Context) RadiusMapOutput + type RadiusOutput struct + func (RadiusOutput) ElementType() reflect.Type + func (o RadiusOutput) AccountingEnabled() pulumi.BoolPtrOutput + func (o RadiusOutput) AccountingPort() pulumi.IntPtrOutput + func (o RadiusOutput) AuthPort() pulumi.IntPtrOutput + func (o RadiusOutput) Enabled() pulumi.BoolPtrOutput + func (o RadiusOutput) InterimUpdateInterval() pulumi.IntPtrOutput + func (o RadiusOutput) Secret() pulumi.StringPtrOutput + func (o RadiusOutput) Site() pulumi.StringOutput + func (o RadiusOutput) ToRadiusOutput() RadiusOutput + func (o RadiusOutput) ToRadiusOutputWithContext(ctx context.Context) RadiusOutput + func (o RadiusOutput) TunneledReply() pulumi.BoolPtrOutput + type RadiusState struct + AccountingEnabled pulumi.BoolPtrInput + AccountingPort pulumi.IntPtrInput + AuthPort pulumi.IntPtrInput + Enabled pulumi.BoolPtrInput + InterimUpdateInterval pulumi.IntPtrInput + Secret pulumi.StringPtrInput + Site pulumi.StringPtrInput + TunneledReply pulumi.BoolPtrInput + func (RadiusState) ElementType() reflect.Type + type USG struct + DhcpRelayServers pulumi.StringArrayOutput + FirewallGuestDefaultLog pulumi.BoolOutput + FirewallLanDefaultLog pulumi.BoolOutput + FirewallWanDefaultLog pulumi.BoolOutput + MulticastDnsEnabled pulumi.BoolOutput + Site pulumi.StringOutput + func GetUSG(ctx *pulumi.Context, name string, id pulumi.IDInput, state *USGState, ...) (*USG, error) + func NewUSG(ctx *pulumi.Context, name string, args *USGArgs, opts ...pulumi.ResourceOption) (*USG, error) + func (*USG) ElementType() reflect.Type + func (i *USG) ToUSGOutput() USGOutput + func (i *USG) ToUSGOutputWithContext(ctx context.Context) USGOutput + type USGArgs struct + DhcpRelayServers pulumi.StringArrayInput + FirewallGuestDefaultLog pulumi.BoolPtrInput + FirewallLanDefaultLog pulumi.BoolPtrInput + FirewallWanDefaultLog pulumi.BoolPtrInput + MulticastDnsEnabled pulumi.BoolPtrInput + Site pulumi.StringPtrInput + func (USGArgs) ElementType() reflect.Type + type USGArray []USGInput + func (USGArray) ElementType() reflect.Type + func (i USGArray) ToUSGArrayOutput() USGArrayOutput + func (i USGArray) ToUSGArrayOutputWithContext(ctx context.Context) USGArrayOutput + type USGArrayInput interface + ToUSGArrayOutput func() USGArrayOutput + ToUSGArrayOutputWithContext func(context.Context) USGArrayOutput + type USGArrayOutput struct + func (USGArrayOutput) ElementType() reflect.Type + func (o USGArrayOutput) Index(i pulumi.IntInput) USGOutput + func (o USGArrayOutput) ToUSGArrayOutput() USGArrayOutput + func (o USGArrayOutput) ToUSGArrayOutputWithContext(ctx context.Context) USGArrayOutput + type USGInput interface + ToUSGOutput func() USGOutput + ToUSGOutputWithContext func(ctx context.Context) USGOutput + type USGMap map[string]USGInput + func (USGMap) ElementType() reflect.Type + func (i USGMap) ToUSGMapOutput() USGMapOutput + func (i USGMap) ToUSGMapOutputWithContext(ctx context.Context) USGMapOutput + type USGMapInput interface + ToUSGMapOutput func() USGMapOutput + ToUSGMapOutputWithContext func(context.Context) USGMapOutput + type USGMapOutput struct + func (USGMapOutput) ElementType() reflect.Type + func (o USGMapOutput) MapIndex(k pulumi.StringInput) USGOutput + func (o USGMapOutput) ToUSGMapOutput() USGMapOutput + func (o USGMapOutput) ToUSGMapOutputWithContext(ctx context.Context) USGMapOutput + type USGOutput struct + func (USGOutput) ElementType() reflect.Type + func (o USGOutput) DhcpRelayServers() pulumi.StringArrayOutput + func (o USGOutput) FirewallGuestDefaultLog() pulumi.BoolOutput + func (o USGOutput) FirewallLanDefaultLog() pulumi.BoolOutput + func (o USGOutput) FirewallWanDefaultLog() pulumi.BoolOutput + func (o USGOutput) MulticastDnsEnabled() pulumi.BoolOutput + func (o USGOutput) Site() pulumi.StringOutput + func (o USGOutput) ToUSGOutput() USGOutput + func (o USGOutput) ToUSGOutputWithContext(ctx context.Context) USGOutput + type USGState struct + DhcpRelayServers pulumi.StringArrayInput + FirewallGuestDefaultLog pulumi.BoolPtrInput + FirewallLanDefaultLog pulumi.BoolPtrInput + FirewallWanDefaultLog pulumi.BoolPtrInput + MulticastDnsEnabled pulumi.BoolPtrInput + Site pulumi.StringPtrInput + func (USGState) ElementType() reflect.Type