filestore

package
v0.18.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

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

A Google Cloud Filestore instance.

> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider. See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta resources.

To get more information about Instance, see:

* [API documentation](https://cloud.google.com/filestore/docs/reference/rest/v1beta1/projects.locations.instances/create) * How-to Guides

<div class = "oics-button" style="float: right; margin: 0 0 -15px">

<a href="https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fterraform-google-modules%2Fdocs-examples.git&cloudshell_working_dir=filestore_instance_basic&cloudshell_image=gcr.io%2Fgraphite-cloud-shell-images%2Fterraform%3Alatest&open_in_editor=main.tf&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md" target="_blank">
  <img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
</a>

</div>

func GetInstance

func GetInstance(ctx *pulumi.Context,
	name string, id pulumi.ID, state *InstanceState, opts ...pulumi.ResourceOpt) (*Instance, error)

GetInstance gets an existing Instance 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 NewInstance

func NewInstance(ctx *pulumi.Context,
	name string, args *InstanceArgs, opts ...pulumi.ResourceOpt) (*Instance, error)

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

func (*Instance) CreateTime

func (r *Instance) CreateTime() *pulumi.StringOutput

func (*Instance) Description

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

func (*Instance) Etag

func (r *Instance) Etag() *pulumi.StringOutput

func (*Instance) FileShares

func (r *Instance) FileShares() *pulumi.Output

func (*Instance) ID

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

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

func (*Instance) Labels

func (r *Instance) Labels() *pulumi.MapOutput

func (*Instance) Name

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

func (*Instance) Networks

func (r *Instance) Networks() *pulumi.ArrayOutput

func (*Instance) Project

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

func (*Instance) Tier

func (r *Instance) Tier() *pulumi.StringOutput

func (*Instance) URN

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

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

func (*Instance) Zone

func (r *Instance) Zone() *pulumi.StringOutput

type InstanceArgs

type InstanceArgs struct {
	Description interface{}
	FileShares  interface{}
	Labels      interface{}
	Name        interface{}
	Networks    interface{}
	Project     interface{}
	Tier        interface{}
	Zone        interface{}
}

The set of arguments for constructing a Instance resource.

type InstanceState

type InstanceState struct {
	CreateTime  interface{}
	Description interface{}
	Etag        interface{}
	FileShares  interface{}
	Labels      interface{}
	Name        interface{}
	Networks    interface{}
	Project     interface{}
	Tier        interface{}
	Zone        interface{}
}

Input properties used for looking up and filtering Instance resources.

Jump to

Keyboard shortcuts

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