Class InstanceConfig
Message storing the instance configuration.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class InstanceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceSize
The instance size of this the instance configuration.
Declaration
[JsonProperty("instanceSize")]
public virtual string InstanceSize { get; set; }
Property Value
Type | Description |
---|---|
string |