BlocklistTarget¶
-
class
oci.jms.models.
BlocklistTarget
(**kwargs)¶ Bases:
object
A resource to blocklist for certain operation.
Methods
__init__
(**kwargs)Initializes a new BlocklistTarget object with values from keyword arguments. Attributes
fleet_id
[Required] Gets the fleet_id of this BlocklistTarget. installation_key
Gets the installation_key of this BlocklistTarget. managed_instance_id
Gets the managed_instance_id of this BlocklistTarget. -
__init__
(**kwargs)¶ Initializes a new BlocklistTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - fleet_id (str) – The value to assign to the fleet_id property of this BlocklistTarget.
- managed_instance_id (str) – The value to assign to the managed_instance_id property of this BlocklistTarget.
- installation_key (str) – The value to assign to the installation_key property of this BlocklistTarget.
-
fleet_id
¶ [Required] Gets the fleet_id of this BlocklistTarget. The OCID of the fleet.
Returns: The fleet_id of this BlocklistTarget. Return type: str
-
installation_key
¶ Gets the installation_key of this BlocklistTarget. The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
Returns: The installation_key of this BlocklistTarget. Return type: str
-