Show / Hide Table of Contents

Class ExadbVmClusterTargetSummary

Details of a ExadbVmCluster on Exascale Infrastructure a target member of a Exadata Fleet Update Collection. Stored references of the resource documented in https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExadbVmCluster/

Inheritance
object
TargetDetails
ExadbVmClusterTargetSummary
Inherited Members
TargetDetails.Id
TargetDetails.CompartmentId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class ExadbVmClusterTargetSummary : TargetDetails

Properties

ExascaleDbStorageVaultId

Declaration
[JsonProperty(PropertyName = "exascaleDbStorageVaultId")]
public string ExascaleDbStorageVaultId { get; set; }
Property Value
Type Description
string

OCID of the related Exadata Database Storage Vault.

SoftwareImageId

Declaration
[JsonProperty(PropertyName = "softwareImageId")]
public string SoftwareImageId { get; set; }
Property Value
Type Description
string

OCID of the Grid Infrastructure software image.

SystemVersion

Declaration
[JsonProperty(PropertyName = "systemVersion")]
public string SystemVersion { get; set; }
Property Value
Type Description
string

Exadata Image (Guest OS) version.

In this article
Back to top