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.
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)
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.
Click to show internal directories.
Click to hide internal directories.