softwarelicense

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 CustomerSection

type CustomerSection struct {
	Company         *string `pulumi:"company"`
	LicensedTo      *string `pulumi:"licensedTo"`
	RegisteredEmail *string `pulumi:"registeredEmail"`
}

type CustomerSectionArgs

type CustomerSectionArgs struct {
	Company         pulumi.StringPtrInput `pulumi:"company"`
	LicensedTo      pulumi.StringPtrInput `pulumi:"licensedTo"`
	RegisteredEmail pulumi.StringPtrInput `pulumi:"registeredEmail"`
}

func (CustomerSectionArgs) ElementType

func (CustomerSectionArgs) ElementType() reflect.Type

func (CustomerSectionArgs) ToCustomerSectionOutput

func (i CustomerSectionArgs) ToCustomerSectionOutput() CustomerSectionOutput

func (CustomerSectionArgs) ToCustomerSectionOutputWithContext

func (i CustomerSectionArgs) ToCustomerSectionOutputWithContext(ctx context.Context) CustomerSectionOutput

func (CustomerSectionArgs) ToCustomerSectionPtrOutput

func (i CustomerSectionArgs) ToCustomerSectionPtrOutput() CustomerSectionPtrOutput

func (CustomerSectionArgs) ToCustomerSectionPtrOutputWithContext

func (i CustomerSectionArgs) ToCustomerSectionPtrOutputWithContext(ctx context.Context) CustomerSectionPtrOutput

type CustomerSectionInput

type CustomerSectionInput interface {
	pulumi.Input

	ToCustomerSectionOutput() CustomerSectionOutput
	ToCustomerSectionOutputWithContext(context.Context) CustomerSectionOutput
}

CustomerSectionInput is an input type that accepts CustomerSectionArgs and CustomerSectionOutput values. You can construct a concrete instance of `CustomerSectionInput` via:

CustomerSectionArgs{...}

type CustomerSectionOutput

type CustomerSectionOutput struct{ *pulumi.OutputState }

func (CustomerSectionOutput) Company

func (CustomerSectionOutput) ElementType

func (CustomerSectionOutput) ElementType() reflect.Type

func (CustomerSectionOutput) LicensedTo

func (CustomerSectionOutput) RegisteredEmail

func (o CustomerSectionOutput) RegisteredEmail() pulumi.StringPtrOutput

func (CustomerSectionOutput) ToCustomerSectionOutput

func (o CustomerSectionOutput) ToCustomerSectionOutput() CustomerSectionOutput

func (CustomerSectionOutput) ToCustomerSectionOutputWithContext

func (o CustomerSectionOutput) ToCustomerSectionOutputWithContext(ctx context.Context) CustomerSectionOutput

func (CustomerSectionOutput) ToCustomerSectionPtrOutput

func (o CustomerSectionOutput) ToCustomerSectionPtrOutput() CustomerSectionPtrOutput

func (CustomerSectionOutput) ToCustomerSectionPtrOutputWithContext

func (o CustomerSectionOutput) ToCustomerSectionPtrOutputWithContext(ctx context.Context) CustomerSectionPtrOutput

type CustomerSectionPtrInput

type CustomerSectionPtrInput interface {
	pulumi.Input

	ToCustomerSectionPtrOutput() CustomerSectionPtrOutput
	ToCustomerSectionPtrOutputWithContext(context.Context) CustomerSectionPtrOutput
}

CustomerSectionPtrInput is an input type that accepts CustomerSectionArgs, CustomerSectionPtr and CustomerSectionPtrOutput values. You can construct a concrete instance of `CustomerSectionPtrInput` via:

        CustomerSectionArgs{...}

or:

        nil

type CustomerSectionPtrOutput

type CustomerSectionPtrOutput struct{ *pulumi.OutputState }

func (CustomerSectionPtrOutput) Company

func (CustomerSectionPtrOutput) Elem

func (CustomerSectionPtrOutput) ElementType

func (CustomerSectionPtrOutput) ElementType() reflect.Type

func (CustomerSectionPtrOutput) LicensedTo

func (CustomerSectionPtrOutput) RegisteredEmail

func (o CustomerSectionPtrOutput) RegisteredEmail() pulumi.StringPtrOutput

func (CustomerSectionPtrOutput) ToCustomerSectionPtrOutput

func (o CustomerSectionPtrOutput) ToCustomerSectionPtrOutput() CustomerSectionPtrOutput

func (CustomerSectionPtrOutput) ToCustomerSectionPtrOutputWithContext

func (o CustomerSectionPtrOutput) ToCustomerSectionPtrOutputWithContext(ctx context.Context) CustomerSectionPtrOutput

type OrderSection

type OrderSection struct {
	OrderNumber  *string `pulumi:"orderNumber"`
	OrderTotal   *string `pulumi:"orderTotal"`
	PurchaseDate *string `pulumi:"purchaseDate"`
}

type OrderSectionArgs

type OrderSectionArgs struct {
	OrderNumber  pulumi.StringPtrInput `pulumi:"orderNumber"`
	OrderTotal   pulumi.StringPtrInput `pulumi:"orderTotal"`
	PurchaseDate pulumi.StringPtrInput `pulumi:"purchaseDate"`
}

func (OrderSectionArgs) ElementType

func (OrderSectionArgs) ElementType() reflect.Type

func (OrderSectionArgs) ToOrderSectionOutput

func (i OrderSectionArgs) ToOrderSectionOutput() OrderSectionOutput

func (OrderSectionArgs) ToOrderSectionOutputWithContext

func (i OrderSectionArgs) ToOrderSectionOutputWithContext(ctx context.Context) OrderSectionOutput

func (OrderSectionArgs) ToOrderSectionPtrOutput

func (i OrderSectionArgs) ToOrderSectionPtrOutput() OrderSectionPtrOutput

func (OrderSectionArgs) ToOrderSectionPtrOutputWithContext

func (i OrderSectionArgs) ToOrderSectionPtrOutputWithContext(ctx context.Context) OrderSectionPtrOutput

type OrderSectionInput

type OrderSectionInput interface {
	pulumi.Input

	ToOrderSectionOutput() OrderSectionOutput
	ToOrderSectionOutputWithContext(context.Context) OrderSectionOutput
}

OrderSectionInput is an input type that accepts OrderSectionArgs and OrderSectionOutput values. You can construct a concrete instance of `OrderSectionInput` via:

OrderSectionArgs{...}

type OrderSectionOutput

type OrderSectionOutput struct{ *pulumi.OutputState }

func (OrderSectionOutput) ElementType

func (OrderSectionOutput) ElementType() reflect.Type

func (OrderSectionOutput) OrderNumber

func (o OrderSectionOutput) OrderNumber() pulumi.StringPtrOutput

func (OrderSectionOutput) OrderTotal

func (o OrderSectionOutput) OrderTotal() pulumi.StringPtrOutput

func (OrderSectionOutput) PurchaseDate

func (o OrderSectionOutput) PurchaseDate() pulumi.StringPtrOutput

func (OrderSectionOutput) ToOrderSectionOutput

func (o OrderSectionOutput) ToOrderSectionOutput() OrderSectionOutput

func (OrderSectionOutput) ToOrderSectionOutputWithContext

func (o OrderSectionOutput) ToOrderSectionOutputWithContext(ctx context.Context) OrderSectionOutput

func (OrderSectionOutput) ToOrderSectionPtrOutput

func (o OrderSectionOutput) ToOrderSectionPtrOutput() OrderSectionPtrOutput

func (OrderSectionOutput) ToOrderSectionPtrOutputWithContext

func (o OrderSectionOutput) ToOrderSectionPtrOutputWithContext(ctx context.Context) OrderSectionPtrOutput

type OrderSectionPtrInput

type OrderSectionPtrInput interface {
	pulumi.Input

	ToOrderSectionPtrOutput() OrderSectionPtrOutput
	ToOrderSectionPtrOutputWithContext(context.Context) OrderSectionPtrOutput
}

OrderSectionPtrInput is an input type that accepts OrderSectionArgs, OrderSectionPtr and OrderSectionPtrOutput values. You can construct a concrete instance of `OrderSectionPtrInput` via:

        OrderSectionArgs{...}

or:

        nil

type OrderSectionPtrOutput

type OrderSectionPtrOutput struct{ *pulumi.OutputState }

func (OrderSectionPtrOutput) Elem

func (OrderSectionPtrOutput) ElementType

func (OrderSectionPtrOutput) ElementType() reflect.Type

func (OrderSectionPtrOutput) OrderNumber

func (OrderSectionPtrOutput) OrderTotal

func (OrderSectionPtrOutput) PurchaseDate

func (o OrderSectionPtrOutput) PurchaseDate() pulumi.StringPtrOutput

func (OrderSectionPtrOutput) ToOrderSectionPtrOutput

func (o OrderSectionPtrOutput) ToOrderSectionPtrOutput() OrderSectionPtrOutput

func (OrderSectionPtrOutput) ToOrderSectionPtrOutputWithContext

func (o OrderSectionPtrOutput) ToOrderSectionPtrOutputWithContext(ctx context.Context) OrderSectionPtrOutput

type PublisherSection

type PublisherSection struct {
	DownloadPage *string `pulumi:"downloadPage"`
	Publisher    *string `pulumi:"publisher"`
	RetailPrice  *string `pulumi:"retailPrice"`
	SupportEmail *string `pulumi:"supportEmail"`
	Website      *string `pulumi:"website"`
}

type PublisherSectionArgs

type PublisherSectionArgs struct {
	DownloadPage pulumi.StringPtrInput `pulumi:"downloadPage"`
	Publisher    pulumi.StringPtrInput `pulumi:"publisher"`
	RetailPrice  pulumi.StringPtrInput `pulumi:"retailPrice"`
	SupportEmail pulumi.StringPtrInput `pulumi:"supportEmail"`
	Website      pulumi.StringPtrInput `pulumi:"website"`
}

func (PublisherSectionArgs) ElementType

func (PublisherSectionArgs) ElementType() reflect.Type

func (PublisherSectionArgs) ToPublisherSectionOutput

func (i PublisherSectionArgs) ToPublisherSectionOutput() PublisherSectionOutput

func (PublisherSectionArgs) ToPublisherSectionOutputWithContext

func (i PublisherSectionArgs) ToPublisherSectionOutputWithContext(ctx context.Context) PublisherSectionOutput

func (PublisherSectionArgs) ToPublisherSectionPtrOutput

func (i PublisherSectionArgs) ToPublisherSectionPtrOutput() PublisherSectionPtrOutput

func (PublisherSectionArgs) ToPublisherSectionPtrOutputWithContext

func (i PublisherSectionArgs) ToPublisherSectionPtrOutputWithContext(ctx context.Context) PublisherSectionPtrOutput

type PublisherSectionInput

type PublisherSectionInput interface {
	pulumi.Input

	ToPublisherSectionOutput() PublisherSectionOutput
	ToPublisherSectionOutputWithContext(context.Context) PublisherSectionOutput
}

PublisherSectionInput is an input type that accepts PublisherSectionArgs and PublisherSectionOutput values. You can construct a concrete instance of `PublisherSectionInput` via:

PublisherSectionArgs{...}

type PublisherSectionOutput

type PublisherSectionOutput struct{ *pulumi.OutputState }

func (PublisherSectionOutput) DownloadPage

func (PublisherSectionOutput) ElementType

func (PublisherSectionOutput) ElementType() reflect.Type

func (PublisherSectionOutput) Publisher

func (PublisherSectionOutput) RetailPrice

func (PublisherSectionOutput) SupportEmail

func (PublisherSectionOutput) ToPublisherSectionOutput

func (o PublisherSectionOutput) ToPublisherSectionOutput() PublisherSectionOutput

func (PublisherSectionOutput) ToPublisherSectionOutputWithContext

func (o PublisherSectionOutput) ToPublisherSectionOutputWithContext(ctx context.Context) PublisherSectionOutput

func (PublisherSectionOutput) ToPublisherSectionPtrOutput

func (o PublisherSectionOutput) ToPublisherSectionPtrOutput() PublisherSectionPtrOutput

func (PublisherSectionOutput) ToPublisherSectionPtrOutputWithContext

func (o PublisherSectionOutput) ToPublisherSectionPtrOutputWithContext(ctx context.Context) PublisherSectionPtrOutput

func (PublisherSectionOutput) Website

type PublisherSectionPtrInput

type PublisherSectionPtrInput interface {
	pulumi.Input

	ToPublisherSectionPtrOutput() PublisherSectionPtrOutput
	ToPublisherSectionPtrOutputWithContext(context.Context) PublisherSectionPtrOutput
}

PublisherSectionPtrInput is an input type that accepts PublisherSectionArgs, PublisherSectionPtr and PublisherSectionPtrOutput values. You can construct a concrete instance of `PublisherSectionPtrInput` via:

        PublisherSectionArgs{...}

or:

        nil

type PublisherSectionPtrOutput

type PublisherSectionPtrOutput struct{ *pulumi.OutputState }

func (PublisherSectionPtrOutput) DownloadPage

func (PublisherSectionPtrOutput) Elem

func (PublisherSectionPtrOutput) ElementType

func (PublisherSectionPtrOutput) ElementType() reflect.Type

func (PublisherSectionPtrOutput) Publisher

func (PublisherSectionPtrOutput) RetailPrice

func (PublisherSectionPtrOutput) SupportEmail

func (PublisherSectionPtrOutput) ToPublisherSectionPtrOutput

func (o PublisherSectionPtrOutput) ToPublisherSectionPtrOutput() PublisherSectionPtrOutput

func (PublisherSectionPtrOutput) ToPublisherSectionPtrOutputWithContext

func (o PublisherSectionPtrOutput) ToPublisherSectionPtrOutputWithContext(ctx context.Context) PublisherSectionPtrOutput

func (PublisherSectionPtrOutput) Website

Jump to

Keyboard shortcuts

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