Show / Hide Table of Contents

Class GenerateAgentInstallerConfigurationDetails

Attributes to generate agent installer parameters for a fleet.

Inheritance
object
GenerateAgentInstallerConfigurationDetails
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 GenerateAgentInstallerConfigurationDetails

Properties

FleetId

Declaration
[Required(ErrorMessage = "FleetId is required.")]
[JsonProperty(PropertyName = "fleetId")]
public string FleetId { get; set; }
Property Value
Type Description
string

The OCID of the fleet for which to generate the configuration file.

Remarks

Required

InstallKeyId

Declaration
[Required(ErrorMessage = "InstallKeyId is required.")]
[JsonProperty(PropertyName = "installKeyId")]
public string InstallKeyId { get; set; }
Property Value
Type Description
string

The OCID of the management agent install key for which to generate the configuration file.

Remarks

Required

In this article
Back to top