Show / Hide Table of Contents

Class AddFleetInstallationSitesDetails

The list of Java installation sites to add.

Inheritance
object
AddFleetInstallationSitesDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class AddFleetInstallationSitesDetails

Properties

InstallationSites

Declaration
[Required(ErrorMessage = "InstallationSites is required.")]
[JsonProperty(PropertyName = "installationSites")]
public List<NewInstallationSite> InstallationSites { get; set; }
Property Value
Type Description
List<NewInstallationSite>

The list of installation sites to add.

Remarks

Required

PostInstallationActions

Declaration
[JsonProperty(PropertyName = "postInstallationActions")]
public List<PostInstallationActions> PostInstallationActions { get; set; }
Property Value
Type Description
List<PostInstallationActions>

Optional list of post java installation actions

In this article
Back to top