Class BlocklistTarget
A resource to blocklist for certain operation.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class BlocklistTarget
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. |
Remarks
Required
InstallationKey
Declaration
[JsonProperty(PropertyName = "installationKey")]
public string InstallationKey { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier for the installation of Java Runtime at a specific path on a specific operating system. |
ManagedInstanceId
Declaration
[JsonProperty(PropertyName = "managedInstanceId")]
public string ManagedInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the related managed instance. |