Class CreateExadbStackFsuCollectionDetails
Details to create an 'EXADB_STACK' type Exadata Fleet Update Collection. Currently, components allowed in an Exadata software stack are 'GUEST_OS' and 'GI'. At least two distinct component types are required for an Exadata software stack. Targets belonging to another 'EXADB_STACK' type Exadata Fleet Update Collection will be rejected.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class CreateExadbStackFsuCollectionDetails : CreateFsuCollectionDetails
Properties
Components
Declaration
[Required(ErrorMessage = "Components is required.")]
[JsonProperty(PropertyName = "components")]
public List<CreateSoftwareComponentDetails> Components { get; set; }
Property Value
Type | Description |
---|---|
List<CreateSoftwareComponentDetails> | Details of components in an Exadata software stack. |
Remarks
Required