public sealed class MinorVersion : IMessage<MinorVersion>, IEquatable<MinorVersion>, IDeepCloneable<MinorVersion>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class MinorVersion.
MinorVersion represents a minor version of a GI. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiMinorVersionSummary/
Implements
IMessageMinorVersion, IEquatableMinorVersion, IDeepCloneableMinorVersion, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
MinorVersion()
public MinorVersion()MinorVersion(MinorVersion)
public MinorVersion(MinorVersion other)| Parameter | |
|---|---|
| Name | Description |
other |
MinorVersion |
Properties
GridImageId
public string GridImageId { get; set; }Optional. The ID of the Grid Image.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MinorVersionName
public MinorVersionName MinorVersionName { get; set; }MinorVersionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MinorVersionName |
|
Name
public string Name { get; set; }Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Version
public string Version { get; set; }Optional. The valid Oracle grid infrastructure software version.
| Property Value | |
|---|---|
| Type | Description |
string |
|