Cloud Filestore v1 API - Class Instance (2.2.0)

public sealed class Instance : IMessage<Instance>, IEquatable<Instance>, IDeepCloneable<Instance>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Filestore v1 API class Instance.

A Filestore instance.

Inheritance

object > Instance

Namespace

GoogleCloudGoogle.Cloud.FilestoreV1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

Instance()

public Instance()

Instance(Instance)

public Instance(Instance other)
Parameter
NameDescription
otherInstance

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the instance was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

The description of the instance (2048 characters or less).

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.

Property Value
TypeDescription
string

FileShares

public RepeatedField<FileShareConfig> FileShares { get; }

File system shares on the instance. For this version, only a single file share is supported.

Property Value
TypeDescription
RepeatedFieldFileShareConfig

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
TypeDescription
InstanceName

KmsKeyName

public string KmsKeyName { get; set; }

KMS key name used for data encryption.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Resource labels to represent user provided metadata.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

Output only. The resource name of the instance, in the format projects/{project}/locations/{location}/instances/{instance}.

Property Value
TypeDescription
string

Networks

public RepeatedField<NetworkConfig> Networks { get; }

VPC networks to which the instance is connected. For this version, only a single network is supported.

Property Value
TypeDescription
RepeatedFieldNetworkConfig

SatisfiesPzs

public bool? SatisfiesPzs { get; set; }

Output only. Reserved for future use.

Property Value
TypeDescription
bool

State

public Instance.Types.State State { get; set; }

Output only. The instance state.

Property Value
TypeDescription
InstanceTypesState

StatusMessage

public string StatusMessage { get; set; }

Output only. Additional information about the instance state, if available.

Property Value
TypeDescription
string

SuspensionReasons

public RepeatedField<Instance.Types.SuspensionReason> SuspensionReasons { get; }

Output only. Field indicates all the reasons the instance is in "SUSPENDED" state.

Property Value
TypeDescription
RepeatedFieldInstanceTypesSuspensionReason

Tier

public Instance.Types.Tier Tier { get; set; }

The service tier of the instance.

Property Value
TypeDescription
InstanceTypesTier