public sealed class Instance : IMessage<Instance>, IEquatable<Instance>, IDeepCloneable<Instance>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1beta API class Instance.
A Parallelstore instance.
Namespace
Google.Cloud.Parallelstore.V1BetaAssembly
Google.Cloud.Parallelstore.V1Beta.dll
Constructors
Instance()
public Instance()
Instance(Instance)
public Instance(Instance other)
Parameter | |
---|---|
Name | Description |
other |
Instance |
Properties
AccessPoints
public RepeatedField<string> AccessPoints { get; }
Output only. A list of IPv4 addresses used for client side configuration.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
CapacityGib
public long CapacityGib { get; set; }
Required. Immutable. The instance's storage capacity in Gibibytes (GiB). Allowed values are between 12000 and 100000, in multiples of 4000; e.g., 12000, 16000, 20000, ...
Property Value | |
---|---|
Type | Description |
long |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the instance was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DaosVersion
public string DaosVersion { get; set; }
Output only. The version of DAOS software running in the instance.
Property Value | |
---|---|
Type | Description |
string |
Description
public string Description { get; set; }
Optional. The description of the instance. 2048 characters or less.
Property Value | |
---|---|
Type | Description |
string |
DirectoryStripeLevel
public DirectoryStripeLevel DirectoryStripeLevel { get; set; }
Optional. Stripe level for directories. Allowed values are:
DIRECTORY_STRIPE_LEVEL_MIN
: recommended when directories contain a small number of files.DIRECTORY_STRIPE_LEVEL_BALANCED
: balances performance for workloads involving a mix of small and large directories.DIRECTORY_STRIPE_LEVEL_MAX
: recommended for directories with a large number of files.
Property Value | |
---|---|
Type | Description |
DirectoryStripeLevel |
EffectiveReservedIpRange
public string EffectiveReservedIpRange { get; set; }
Output only. Immutable. The ID of the IP address range being used by the instance's VPC network. This field is populated by the service and contains the value currently used by the service.
Property Value | |
---|---|
Type | Description |
string |
EffectiveReservedIpRangeAsAddressName
public AddressName EffectiveReservedIpRangeAsAddressName { get; set; }
AddressName-typed view over the EffectiveReservedIpRange resource name property.
Property Value | |
---|---|
Type | Description |
AddressName |
FileStripeLevel
public FileStripeLevel FileStripeLevel { get; set; }
Optional. Stripe level for files. Allowed values are:
FILE_STRIPE_LEVEL_MIN
: offers the best performance for small size files.FILE_STRIPE_LEVEL_BALANCED
: balances performance for workloads involving a mix of small and large files.FILE_STRIPE_LEVEL_MAX
: higher throughput performance for larger files.
Property Value | |
---|---|
Type | Description |
FileStripeLevel |
InstanceName
public InstanceName InstanceName { get; set; }
InstanceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |
Labels
public MapField<string, string> Labels { get; }
Optional. Cloud Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. See https://cloud.google.com/resource-manager/docs/labels-overview for details.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Identifier. The resource name of the instance, in the format
projects/{project}/locations/{location}/instances/{instance_id}
.
Property Value | |
---|---|
Type | Description |
string |
Network
public string Network { get; set; }
Optional. Immutable. The name of the Compute Engine VPC network to which the instance is connected.
Property Value | |
---|---|
Type | Description |
string |
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }
NetworkName-typed view over the Network resource name property.
Property Value | |
---|---|
Type | Description |
NetworkName |
ReservedIpRange
public string ReservedIpRange { get; set; }
Optional. Immutable. The ID of the IP address range being used by the instance's VPC network. See Configure a VPC network. If no ID is provided, all ranges are considered.
Property Value | |
---|---|
Type | Description |
string |
ReservedIpRangeAsAddressName
public AddressName ReservedIpRangeAsAddressName { get; set; }
AddressName-typed view over the ReservedIpRange resource name property.
Property Value | |
---|---|
Type | Description |
AddressName |
State
public Instance.Types.State State { get; set; }
Output only. The instance state.
Property Value | |
---|---|
Type | Description |
InstanceTypesState |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the instance was updated.
Property Value | |
---|---|
Type | Description |
Timestamp |