Class InstanceState
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 InstanceState : ResourceArgs
Constructors
View SourceInstanceState()
Declaration
public InstanceState()
Properties
View SourceCreateTime
Creation timestamp in RFC3339 text format.
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description of the instance.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Etag
Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.
Declaration
public Input<string> Etag { 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<InstanceFileSharesGetArgs> FileShares { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<InstanceFileSharesGetArgs> |
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<InstanceNetworkGetArgs> Networks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<InstanceNetworkGetArgs> |
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> |