Documentation
¶
Index ¶
- type Instance
- func (r *Instance) CreateTime() *pulumi.StringOutput
- func (r *Instance) Description() *pulumi.StringOutput
- func (r *Instance) Etag() *pulumi.StringOutput
- func (r *Instance) FileShares() *pulumi.Output
- func (r *Instance) ID() *pulumi.IDOutput
- func (r *Instance) Labels() *pulumi.MapOutput
- func (r *Instance) Name() *pulumi.StringOutput
- func (r *Instance) Networks() *pulumi.ArrayOutput
- func (r *Instance) Project() *pulumi.StringOutput
- func (r *Instance) Tier() *pulumi.StringOutput
- func (r *Instance) URN() *pulumi.URNOutput
- func (r *Instance) Zone() *pulumi.StringOutput
- type InstanceArgs
- type InstanceState
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
- [Official Documentation](https://cloud.google.com/filestore/docs/creating-instances)
- [Use with Kubernetes](https://cloud.google.com/filestore/docs/accessing-fileshares)
- [Copying Data In/Out](https://cloud.google.com/filestore/docs/copying-data)
<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 (*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) Zone ¶
func (r *Instance) Zone() *pulumi.StringOutput
type InstanceArgs ¶
type InstanceArgs struct { Description 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{} Labels interface{} Name interface{} Networks interface{} Project interface{} Tier interface{} Zone interface{} }
Input properties used for looking up and filtering Instance resources.