Class InstanceArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Filestore
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceArgs : ResourceArgs
Constructors
View SourceInstanceArgs()
Declaration
public InstanceArgs()
Properties
View SourceDescription
A description of the instance.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileShares
File system shares on the instance. For this version, only a single file share is supported. Structure is documented below.
Declaration
public Input<InstanceFileSharesArgs> FileShares { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceFileSharesArgs> |
Labels
Resource labels to represent user-provided metadata.
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Name
The name of the fileshare (16 characters or less)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Networks
VPC networks to which the instance is connected. For this version, only a single network is supported. Structure is documented below.
Declaration
public InputList<InstanceNetworkArgs> Networks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<InstanceNetworkArgs> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tier
The service tier of the instance.
Declaration
public Input<string> Tier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Zone
The name of the Filestore zone of the instance.
Declaration
public Input<string> Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |