Show / Hide Table of Contents

Class Instance

A Memorystore for Memcached instance

Inheritance
object
Instance
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1.dll
Syntax
public class Instance : IDirectResponseSchema

Properties

AuthorizedNetwork

The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the default network will be used.

Declaration
[JsonProperty("authorizedNetwork")]
public virtual string AuthorizedNetwork { get; set; }
Property Value
Type Description
string

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time the instance was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DiscoveryEndpoint

Output only. Endpoint for the Discovery API.

Declaration
[JsonProperty("discoveryEndpoint")]
public virtual string DiscoveryEndpoint { get; set; }
Property Value
Type Description
string

DisplayName

User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstanceMessages

List of messages that describe the current state of the Memcached instance.

Declaration
[JsonProperty("instanceMessages")]
public virtual IList<InstanceMessage> InstanceMessages { get; set; }
Property Value
Type Description
IList<InstanceMessage>

Labels

Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

MaintenancePolicy

The maintenance policy for the instance. If not provided, the maintenance event will be performed based on Memorystore internal rollout schedule.

Declaration
[JsonProperty("maintenancePolicy")]
public virtual GoogleCloudMemcacheV1MaintenancePolicy MaintenancePolicy { get; set; }
Property Value
Type Description
GoogleCloudMemcacheV1MaintenancePolicy

MaintenanceSchedule

Output only. Published maintenance schedule.

Declaration
[JsonProperty("maintenanceSchedule")]
public virtual MaintenanceSchedule MaintenanceSchedule { get; set; }
Property Value
Type Description
MaintenanceSchedule

MemcacheFullVersion

Output only. The full version of memcached server running on this instance. System automatically determines the full memcached version for an instance based on the input MemcacheVersion. The full version format will be "memcached-1.5.16".

Declaration
[JsonProperty("memcacheFullVersion")]
public virtual string MemcacheFullVersion { get; set; }
Property Value
Type Description
string

MemcacheNodes

Output only. List of Memcached nodes. Refer to Node message for more details.

Declaration
[JsonProperty("memcacheNodes")]
public virtual IList<Node> MemcacheNodes { get; set; }
Property Value
Type Description
IList<Node>

MemcacheVersion

The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is MEMCACHE_1_5. The minor version will be automatically determined by our system based on the latest supported minor version.

Declaration
[JsonProperty("memcacheVersion")]
public virtual string MemcacheVersion { get; set; }
Property Value
Type Description
string

Name

Required. Unique name of the resource in this scope including project and location using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} Note: Memcached instances are managed and addressed at the regional level so location_id here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance. Refer to zones field for more details.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NodeConfig

Required. Configuration for Memcached nodes.

Declaration
[JsonProperty("nodeConfig")]
public virtual NodeConfig NodeConfig { get; set; }
Property Value
Type Description
NodeConfig

NodeCount

Required. Number of nodes in the Memcached instance.

Declaration
[JsonProperty("nodeCount")]
public virtual int? NodeCount { get; set; }
Property Value
Type Description
int?

Parameters

User defined parameters to apply to the memcached process on each node.

Declaration
[JsonProperty("parameters")]
public virtual MemcacheParameters Parameters { get; set; }
Property Value
Type Description
MemcacheParameters

ReservedIpRangeId

Optional. Contains the id of allocated IP address ranges associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29.

Declaration
[JsonProperty("reservedIpRangeId")]
public virtual IList<string> ReservedIpRangeId { get; set; }
Property Value
Type Description
IList<string>

SatisfiesPzi

Optional. Output only. Reserved for future use.

Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type Description
bool?

SatisfiesPzs

Optional. Output only. Reserved for future use.

Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type Description
bool?

State

Output only. The state of this Memcached instance.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time the instance was updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Zones

Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.

Declaration
[JsonProperty("zones")]
public virtual IList<string> Zones { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX