public sealed class Instance : IMessage<Instance>, IEquatable<Instance>, IDeepCloneable<Instance>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Filestore v1 API class Instance.
A Filestore instance.
Namespace
GoogleCloudGoogle.Cloud.FilestoreV1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
Instance()
public Instance()Instance(Instance)
public Instance(Instance other)| Parameter | |
|---|---|
| Name | Description |
other |
Instance |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the instance was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }The description of the instance (2048 characters or less).
| Property Value | |
|---|---|
| Type | Description |
string |
|
Etag
public string Etag { get; set; }Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldFileShareConfig |
|
InstanceName
public InstanceName InstanceName { get; set; }InstanceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|
KmsKeyName
public string KmsKeyName { get; set; }KMS key name used for data encryption.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Labels
public MapField<string, string> Labels { get; }Resource labels to represent user provided metadata.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldNetworkConfig |
|
SatisfiesPzs
public bool? SatisfiesPzs { get; set; }Output only. Reserved for future use.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
State
public Instance.Types.State State { get; set; }Output only. The instance state.
| Property Value | |
|---|---|
| Type | Description |
InstanceTypesState |
|
StatusMessage
public string StatusMessage { get; set; }Output only. Additional information about the instance state, if available.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SuspensionReasons
public RepeatedField<Instance.Types.SuspensionReason> SuspensionReasons { get; }Output only. Field indicates all the reasons the instance is in "SUSPENDED" state.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInstanceTypesSuspensionReason |
|
Tier
public Instance.Types.Tier Tier { get; set; }The service tier of the instance.
| Property Value | |
|---|---|
| Type | Description |
InstanceTypesTier |
|