Show / Hide Table of Contents

Class VmClusterTargetSummary

Details of a VmCluster 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/VmCluster/

Inheritance
object
TargetDetails
VmClusterTargetSummary
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 VmClusterTargetSummary : TargetDetails

Properties

InfrastructureId

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

OCID of the related Exadata Infrastructure or Cloud Exadata Infrastructure resource.

SoftwareImageId

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

OCID of the Grid Infrastructure software image.

In this article
Back to top