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. List of access_points. Contains a list of IPv4 addresses used for client side configuration.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
CapacityGib
public long CapacityGib { get; set; }
Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
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. MIN when directory has a small number of files. MAX when directory has a large number of files.
Property Value | |
---|---|
Type | Description |
DirectoryStripeLevel |
EffectiveReservedIpRange
public string EffectiveReservedIpRange { get; set; }
Output only. Immutable. Contains the id of the allocated IP address range associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29. This field is populated by the service and 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. MIN better suited for small size files. 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. Cloud Labels can be used to filter collections of resources. They can be used to control how resource metrics are aggregated. And they can be used as arguments to policy management rules (e.g. route, firewall, load balancing, etc.).
- Label keys must be between 1 and 63 characters long and must conform to
the following regular expression:
[a-z][a-z0-9_-]{0,62}
. - Label values must be between 0 and 63 characters long and must conform
to the regular expression
[a-z0-9_-]{0,63}
. - No more than 64 labels can be associated with a given resource.
See https://goo.gl/xmQnxf for more information on and examples of labels.
If you plan to use labels in your own code, please note that additional characters may be allowed in the future. Therefore, you are advised to use an internal label representation, such as JSON, which doesn't rely upon specific characters being disallowed. For example, representing labels as the string: name + "" + value would prove problematic if we were to allow "" in a future release.
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 Google 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. Contains the id of the allocated IP address range associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29. If no range id is provided all ranges will be 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 |