Class GenerateAgentInstallerConfigurationDetails
Attributes to generate agent installer parameters for a fleet.
Inherited Members
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 install key for which to generate the configuration file. |
Remarks
Required