server

package
v0.0.0-...-e9500d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminConsoleSection

type AdminConsoleSection struct {
	AdminConsoleUrl      *string `pulumi:"adminConsoleUrl"`
	AdminConsoleUsername *string `pulumi:"adminConsoleUsername"`
	ConsolePassword      *string `pulumi:"consolePassword"`
}

type AdminConsoleSectionArgs

type AdminConsoleSectionArgs struct {
	AdminConsoleUrl      pulumi.StringPtrInput `pulumi:"adminConsoleUrl"`
	AdminConsoleUsername pulumi.StringPtrInput `pulumi:"adminConsoleUsername"`
	ConsolePassword      pulumi.StringPtrInput `pulumi:"consolePassword"`
}

func (AdminConsoleSectionArgs) ElementType

func (AdminConsoleSectionArgs) ElementType() reflect.Type

func (AdminConsoleSectionArgs) ToAdminConsoleSectionOutput

func (i AdminConsoleSectionArgs) ToAdminConsoleSectionOutput() AdminConsoleSectionOutput

func (AdminConsoleSectionArgs) ToAdminConsoleSectionOutputWithContext

func (i AdminConsoleSectionArgs) ToAdminConsoleSectionOutputWithContext(ctx context.Context) AdminConsoleSectionOutput

func (AdminConsoleSectionArgs) ToAdminConsoleSectionPtrOutput

func (i AdminConsoleSectionArgs) ToAdminConsoleSectionPtrOutput() AdminConsoleSectionPtrOutput

func (AdminConsoleSectionArgs) ToAdminConsoleSectionPtrOutputWithContext

func (i AdminConsoleSectionArgs) ToAdminConsoleSectionPtrOutputWithContext(ctx context.Context) AdminConsoleSectionPtrOutput

type AdminConsoleSectionInput

type AdminConsoleSectionInput interface {
	pulumi.Input

	ToAdminConsoleSectionOutput() AdminConsoleSectionOutput
	ToAdminConsoleSectionOutputWithContext(context.Context) AdminConsoleSectionOutput
}

AdminConsoleSectionInput is an input type that accepts AdminConsoleSectionArgs and AdminConsoleSectionOutput values. You can construct a concrete instance of `AdminConsoleSectionInput` via:

AdminConsoleSectionArgs{...}

type AdminConsoleSectionOutput

type AdminConsoleSectionOutput struct{ *pulumi.OutputState }

func (AdminConsoleSectionOutput) AdminConsoleUrl

func (o AdminConsoleSectionOutput) AdminConsoleUrl() pulumi.StringPtrOutput

func (AdminConsoleSectionOutput) AdminConsoleUsername

func (o AdminConsoleSectionOutput) AdminConsoleUsername() pulumi.StringPtrOutput

func (AdminConsoleSectionOutput) ConsolePassword

func (o AdminConsoleSectionOutput) ConsolePassword() pulumi.StringPtrOutput

func (AdminConsoleSectionOutput) ElementType

func (AdminConsoleSectionOutput) ElementType() reflect.Type

func (AdminConsoleSectionOutput) ToAdminConsoleSectionOutput

func (o AdminConsoleSectionOutput) ToAdminConsoleSectionOutput() AdminConsoleSectionOutput

func (AdminConsoleSectionOutput) ToAdminConsoleSectionOutputWithContext

func (o AdminConsoleSectionOutput) ToAdminConsoleSectionOutputWithContext(ctx context.Context) AdminConsoleSectionOutput

func (AdminConsoleSectionOutput) ToAdminConsoleSectionPtrOutput

func (o AdminConsoleSectionOutput) ToAdminConsoleSectionPtrOutput() AdminConsoleSectionPtrOutput

func (AdminConsoleSectionOutput) ToAdminConsoleSectionPtrOutputWithContext

func (o AdminConsoleSectionOutput) ToAdminConsoleSectionPtrOutputWithContext(ctx context.Context) AdminConsoleSectionPtrOutput

type AdminConsoleSectionPtrInput

type AdminConsoleSectionPtrInput interface {
	pulumi.Input

	ToAdminConsoleSectionPtrOutput() AdminConsoleSectionPtrOutput
	ToAdminConsoleSectionPtrOutputWithContext(context.Context) AdminConsoleSectionPtrOutput
}

AdminConsoleSectionPtrInput is an input type that accepts AdminConsoleSectionArgs, AdminConsoleSectionPtr and AdminConsoleSectionPtrOutput values. You can construct a concrete instance of `AdminConsoleSectionPtrInput` via:

        AdminConsoleSectionArgs{...}

or:

        nil

type AdminConsoleSectionPtrOutput

type AdminConsoleSectionPtrOutput struct{ *pulumi.OutputState }

func (AdminConsoleSectionPtrOutput) AdminConsoleUrl

func (AdminConsoleSectionPtrOutput) AdminConsoleUsername

func (o AdminConsoleSectionPtrOutput) AdminConsoleUsername() pulumi.StringPtrOutput

func (AdminConsoleSectionPtrOutput) ConsolePassword

func (AdminConsoleSectionPtrOutput) Elem

func (AdminConsoleSectionPtrOutput) ElementType

func (AdminConsoleSectionPtrOutput) ToAdminConsoleSectionPtrOutput

func (o AdminConsoleSectionPtrOutput) ToAdminConsoleSectionPtrOutput() AdminConsoleSectionPtrOutput

func (AdminConsoleSectionPtrOutput) ToAdminConsoleSectionPtrOutputWithContext

func (o AdminConsoleSectionPtrOutput) ToAdminConsoleSectionPtrOutputWithContext(ctx context.Context) AdminConsoleSectionPtrOutput

type HostingProviderSection

type HostingProviderSection struct {
	Name         *string `pulumi:"name"`
	SupportPhone *string `pulumi:"supportPhone"`
	SupportUrl   *string `pulumi:"supportUrl"`
	Website      *string `pulumi:"website"`
}

type HostingProviderSectionArgs

type HostingProviderSectionArgs struct {
	Name         pulumi.StringPtrInput `pulumi:"name"`
	SupportPhone pulumi.StringPtrInput `pulumi:"supportPhone"`
	SupportUrl   pulumi.StringPtrInput `pulumi:"supportUrl"`
	Website      pulumi.StringPtrInput `pulumi:"website"`
}

func (HostingProviderSectionArgs) ElementType

func (HostingProviderSectionArgs) ElementType() reflect.Type

func (HostingProviderSectionArgs) ToHostingProviderSectionOutput

func (i HostingProviderSectionArgs) ToHostingProviderSectionOutput() HostingProviderSectionOutput

func (HostingProviderSectionArgs) ToHostingProviderSectionOutputWithContext

func (i HostingProviderSectionArgs) ToHostingProviderSectionOutputWithContext(ctx context.Context) HostingProviderSectionOutput

func (HostingProviderSectionArgs) ToHostingProviderSectionPtrOutput

func (i HostingProviderSectionArgs) ToHostingProviderSectionPtrOutput() HostingProviderSectionPtrOutput

func (HostingProviderSectionArgs) ToHostingProviderSectionPtrOutputWithContext

func (i HostingProviderSectionArgs) ToHostingProviderSectionPtrOutputWithContext(ctx context.Context) HostingProviderSectionPtrOutput

type HostingProviderSectionInput

type HostingProviderSectionInput interface {
	pulumi.Input

	ToHostingProviderSectionOutput() HostingProviderSectionOutput
	ToHostingProviderSectionOutputWithContext(context.Context) HostingProviderSectionOutput
}

HostingProviderSectionInput is an input type that accepts HostingProviderSectionArgs and HostingProviderSectionOutput values. You can construct a concrete instance of `HostingProviderSectionInput` via:

HostingProviderSectionArgs{...}

type HostingProviderSectionOutput

type HostingProviderSectionOutput struct{ *pulumi.OutputState }

func (HostingProviderSectionOutput) ElementType

func (HostingProviderSectionOutput) Name

func (HostingProviderSectionOutput) SupportPhone

func (HostingProviderSectionOutput) SupportUrl

func (HostingProviderSectionOutput) ToHostingProviderSectionOutput

func (o HostingProviderSectionOutput) ToHostingProviderSectionOutput() HostingProviderSectionOutput

func (HostingProviderSectionOutput) ToHostingProviderSectionOutputWithContext

func (o HostingProviderSectionOutput) ToHostingProviderSectionOutputWithContext(ctx context.Context) HostingProviderSectionOutput

func (HostingProviderSectionOutput) ToHostingProviderSectionPtrOutput

func (o HostingProviderSectionOutput) ToHostingProviderSectionPtrOutput() HostingProviderSectionPtrOutput

func (HostingProviderSectionOutput) ToHostingProviderSectionPtrOutputWithContext

func (o HostingProviderSectionOutput) ToHostingProviderSectionPtrOutputWithContext(ctx context.Context) HostingProviderSectionPtrOutput

func (HostingProviderSectionOutput) Website

type HostingProviderSectionPtrInput

type HostingProviderSectionPtrInput interface {
	pulumi.Input

	ToHostingProviderSectionPtrOutput() HostingProviderSectionPtrOutput
	ToHostingProviderSectionPtrOutputWithContext(context.Context) HostingProviderSectionPtrOutput
}

HostingProviderSectionPtrInput is an input type that accepts HostingProviderSectionArgs, HostingProviderSectionPtr and HostingProviderSectionPtrOutput values. You can construct a concrete instance of `HostingProviderSectionPtrInput` via:

        HostingProviderSectionArgs{...}

or:

        nil

type HostingProviderSectionPtrOutput

type HostingProviderSectionPtrOutput struct{ *pulumi.OutputState }

func (HostingProviderSectionPtrOutput) Elem

func (HostingProviderSectionPtrOutput) ElementType

func (HostingProviderSectionPtrOutput) Name

func (HostingProviderSectionPtrOutput) SupportPhone

func (HostingProviderSectionPtrOutput) SupportUrl

func (HostingProviderSectionPtrOutput) ToHostingProviderSectionPtrOutput

func (o HostingProviderSectionPtrOutput) ToHostingProviderSectionPtrOutput() HostingProviderSectionPtrOutput

func (HostingProviderSectionPtrOutput) ToHostingProviderSectionPtrOutputWithContext

func (o HostingProviderSectionPtrOutput) ToHostingProviderSectionPtrOutputWithContext(ctx context.Context) HostingProviderSectionPtrOutput

func (HostingProviderSectionPtrOutput) Website

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL