runtimeconfig

package
v0.18.14 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

nolint: lll Package runtimeconfig exports types, functions, subpackages for provisioning runtimeconfig resources.

> This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-google) > distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature, > first check the [`pulumi/pulumi-gcp` repo](https://github.com/pulumi/pulumi-gcp/issues); however, if that doesn't turn up anything, > please consult the source [`terraform-providers/terraform-provider-google` repo](https://github.com/terraform-providers/terraform-provider-google/issues).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

Manages a RuntimeConfig resource in Google Cloud. For more information, see the [official documentation](https://cloud.google.com/deployment-manager/runtime-configurator/), or the [JSON API](https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/).

> This content is derived from https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/r/runtimeconfig_config.html.markdown.

func GetConfig

func GetConfig(ctx *pulumi.Context,
	name string, id pulumi.ID, state *ConfigState, opts ...pulumi.ResourceOpt) (*Config, error)

GetConfig gets an existing Config resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewConfig

func NewConfig(ctx *pulumi.Context,
	name string, args *ConfigArgs, opts ...pulumi.ResourceOpt) (*Config, error)

NewConfig registers a new resource with the given unique name, arguments, and options.

func (*Config) Description

func (r *Config) Description() *pulumi.StringOutput

The description to associate with the runtime config.

func (*Config) ID

func (r *Config) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*Config) Name

func (r *Config) Name() *pulumi.StringOutput

The name of the runtime config.

func (*Config) Project

func (r *Config) Project() *pulumi.StringOutput

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

func (*Config) URN

func (r *Config) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type ConfigArgs

type ConfigArgs struct {
	// The description to associate with the runtime
	// config.
	Description interface{}
	// The name of the runtime config.
	Name interface{}
	// The ID of the project in which the resource belongs. If it
	// is not provided, the provider project is used.
	Project interface{}
}

The set of arguments for constructing a Config resource.

type ConfigState

type ConfigState struct {
	// The description to associate with the runtime
	// config.
	Description interface{}
	// The name of the runtime config.
	Name interface{}
	// The ID of the project in which the resource belongs. If it
	// is not provided, the provider project is used.
	Project interface{}
}

Input properties used for looking up and filtering Config resources.

type Variable added in v0.18.0

type Variable struct {
	// contains filtered or unexported fields
}

Manages a RuntimeConfig variable in Google Cloud. For more information, see the [official documentation](https://cloud.google.com/deployment-manager/runtime-configurator/), or the [JSON API](https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/).

> This content is derived from https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/r/runtimeconfig_variable.html.markdown.

func GetVariable added in v0.18.0

func GetVariable(ctx *pulumi.Context,
	name string, id pulumi.ID, state *VariableState, opts ...pulumi.ResourceOpt) (*Variable, error)

GetVariable gets an existing Variable resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewVariable added in v0.18.0

func NewVariable(ctx *pulumi.Context,
	name string, args *VariableArgs, opts ...pulumi.ResourceOpt) (*Variable, error)

NewVariable registers a new resource with the given unique name, arguments, and options.

func (*Variable) ID added in v0.18.0

func (r *Variable) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*Variable) Name added in v0.18.0

func (r *Variable) Name() *pulumi.StringOutput

The name of the variable to manage. Note that variable names can be hierarchical using slashes (e.g. "prod-variables/hostname").

func (*Variable) Parent added in v0.18.0

func (r *Variable) Parent() *pulumi.StringOutput

The name of the RuntimeConfig resource containing this variable.

func (*Variable) Project added in v0.18.0

func (r *Variable) Project() *pulumi.StringOutput

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

func (*Variable) Text added in v0.18.0

func (r *Variable) Text() *pulumi.StringOutput

func (*Variable) URN added in v0.18.0

func (r *Variable) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

func (*Variable) UpdateTime added in v0.18.0

func (r *Variable) UpdateTime() *pulumi.StringOutput

(Computed) The timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds, representing when the variable was last updated. Example: "2016-10-09T12:33:37.578138407Z".

func (*Variable) Value added in v0.18.0

func (r *Variable) Value() *pulumi.StringOutput

type VariableArgs added in v0.18.0

type VariableArgs struct {
	// The name of the variable to manage. Note that variable
	// names can be hierarchical using slashes (e.g. "prod-variables/hostname").
	Name interface{}
	// The name of the RuntimeConfig resource containing this
	// variable.
	Parent interface{}
	// The ID of the project in which the resource belongs. If it
	// is not provided, the provider project is used.
	Project interface{}
	Text    interface{}
	Value   interface{}
}

The set of arguments for constructing a Variable resource.

type VariableState added in v0.18.0

type VariableState struct {
	// The name of the variable to manage. Note that variable
	// names can be hierarchical using slashes (e.g. "prod-variables/hostname").
	Name interface{}
	// The name of the RuntimeConfig resource containing this
	// variable.
	Parent interface{}
	// The ID of the project in which the resource belongs. If it
	// is not provided, the provider project is used.
	Project interface{}
	Text    interface{}
	// (Computed) The timestamp in RFC3339 UTC "Zulu" format,
	// accurate to nanoseconds, representing when the variable was last updated.
	// Example: "2016-10-09T12:33:37.578138407Z".
	UpdateTime interface{}
	Value      interface{}
}

Input properties used for looking up and filtering Variable resources.

Jump to

Keyboard shortcuts

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