Class GiSoftwareComponentDetails
Details of 'GI' component in an Exadata software stack.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class GiSoftwareComponentDetails : SoftwareComponentDetails
Properties
FleetDiscovery
Declaration
[Required(ErrorMessage = "FleetDiscovery is required.")]
[JsonProperty(PropertyName = "fleetDiscovery")]
public GiFleetDiscoveryDetails FleetDiscovery { get; set; }
Property Value
Type | Description |
---|---|
GiFleetDiscoveryDetails |
Remarks
Required
SourceMajorVersion
Declaration
[Required(ErrorMessage = "SourceMajorVersion is required.")]
[JsonProperty(PropertyName = "sourceMajorVersion")]
[JsonConverter(typeof(StringEnumConverter))]
public GiSourceMajorVersions? SourceMajorVersion { get; set; }
Property Value
Type | Description |
---|---|
GiSourceMajorVersions? | Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection. Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Collection. |
Remarks
Required