user_data

package
v0.0.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PkgVersion

func PkgVersion() (semver.Version, error)

PkgVersion uses reflection to determine the version of the current package. If a version cannot be determined, v1 will be assumed. The second return value is always nil.

Types

type GetServerUserDataArgs

type GetServerUserDataArgs struct {
	// Key of the user data to get
	Key string `pulumi:"key"`
	// UUID of the server
	Server_id string `pulumi:"server_id"`
	// The zone you want to target
	Zone string `pulumi:"zone"`
}

type GetServerUserDataOutputArgs

type GetServerUserDataOutputArgs struct {
	// Key of the user data to get
	Key pulumi.StringInput `pulumi:"key"`
	// UUID of the server
	Server_id pulumi.StringInput `pulumi:"server_id"`
	// The zone you want to target
	Zone pulumi.StringInput `pulumi:"zone"`
}

func (GetServerUserDataOutputArgs) ElementType

type GetServerUserDataResult

type GetServerUserDataResult struct {
	Items ScalewayStdFile `pulumi:"items"`
}

type GetServerUserDataResultOutput

type GetServerUserDataResultOutput struct{ *pulumi.OutputState }

func (GetServerUserDataResultOutput) ElementType

func (GetServerUserDataResultOutput) Items

func (GetServerUserDataResultOutput) ToGetServerUserDataResultOutput

func (o GetServerUserDataResultOutput) ToGetServerUserDataResultOutput() GetServerUserDataResultOutput

func (GetServerUserDataResultOutput) ToGetServerUserDataResultOutputWithContext

func (o GetServerUserDataResultOutput) ToGetServerUserDataResultOutputWithContext(ctx context.Context) GetServerUserDataResultOutput

type ListServerUserDataArgs

type ListServerUserDataArgs struct {
	// UUID of the server
	Server_id string `pulumi:"server_id"`
	// The zone you want to target
	Zone string `pulumi:"zone"`
}

type ListServerUserDataOutputArgs

type ListServerUserDataOutputArgs struct {
	// UUID of the server
	Server_id pulumi.StringInput `pulumi:"server_id"`
	// The zone you want to target
	Zone pulumi.StringInput `pulumi:"zone"`
}

func (ListServerUserDataOutputArgs) ElementType

type ListServerUserDataResult

type ListServerUserDataResult struct {
	Items ScalewayInstanceV1ListServerUserDataResponse `pulumi:"items"`
}

type ListServerUserDataResultOutput

type ListServerUserDataResultOutput struct{ *pulumi.OutputState }

func (ListServerUserDataResultOutput) ElementType

func (ListServerUserDataResultOutput) Items

func (ListServerUserDataResultOutput) ToListServerUserDataResultOutput

func (o ListServerUserDataResultOutput) ToListServerUserDataResultOutput() ListServerUserDataResultOutput

func (ListServerUserDataResultOutput) ToListServerUserDataResultOutputWithContext

func (o ListServerUserDataResultOutput) ToListServerUserDataResultOutputWithContext(ctx context.Context) ListServerUserDataResultOutput

type ScalewayInstanceV1ListServerUserDataResponse

type ScalewayInstanceV1ListServerUserDataResponse struct {
	User_data []string `pulumi:"user_data"`
}

type ScalewayInstanceV1ListServerUserDataResponseOutput

type ScalewayInstanceV1ListServerUserDataResponseOutput struct{ *pulumi.OutputState }

func (ScalewayInstanceV1ListServerUserDataResponseOutput) ElementType

func (ScalewayInstanceV1ListServerUserDataResponseOutput) ToScalewayInstanceV1ListServerUserDataResponseOutput

func (o ScalewayInstanceV1ListServerUserDataResponseOutput) ToScalewayInstanceV1ListServerUserDataResponseOutput() ScalewayInstanceV1ListServerUserDataResponseOutput

func (ScalewayInstanceV1ListServerUserDataResponseOutput) ToScalewayInstanceV1ListServerUserDataResponseOutputWithContext

func (o ScalewayInstanceV1ListServerUserDataResponseOutput) ToScalewayInstanceV1ListServerUserDataResponseOutputWithContext(ctx context.Context) ScalewayInstanceV1ListServerUserDataResponseOutput

func (ScalewayInstanceV1ListServerUserDataResponseOutput) User_data

type ScalewayStdFile

type ScalewayStdFile struct {
	Content      *string `pulumi:"content"`
	Content_type *string `pulumi:"content_type"`
	Name         *string `pulumi:"name"`
}

type ScalewayStdFileOutput

type ScalewayStdFileOutput struct{ *pulumi.OutputState }

func (ScalewayStdFileOutput) Content

func (ScalewayStdFileOutput) Content_type

func (o ScalewayStdFileOutput) Content_type() pulumi.StringPtrOutput

func (ScalewayStdFileOutput) ElementType

func (ScalewayStdFileOutput) ElementType() reflect.Type

func (ScalewayStdFileOutput) Name

func (ScalewayStdFileOutput) ToScalewayStdFileOutput

func (o ScalewayStdFileOutput) ToScalewayStdFileOutput() ScalewayStdFileOutput

func (ScalewayStdFileOutput) ToScalewayStdFileOutputWithContext

func (o ScalewayStdFileOutput) ToScalewayStdFileOutputWithContext(ctx context.Context) ScalewayStdFileOutput

Jump to

Keyboard shortcuts

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