FleetTarget

class oci.fleet_apps_management.models.FleetTarget(**kwargs)

Bases: object

Description of FleetTarget.

Attributes

COMPLIANCE_STATE_COMPLIANT A constant which can be used with the compliance_state property of a FleetTarget.
COMPLIANCE_STATE_NON_COMPLIANT A constant which can be used with the compliance_state property of a FleetTarget.
COMPLIANCE_STATE_UNKNOWN A constant which can be used with the compliance_state property of a FleetTarget.
COMPLIANCE_STATE_WARNING A constant which can be used with the compliance_state property of a FleetTarget.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a FleetTarget.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a FleetTarget.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a FleetTarget.
compartment_id Gets the compartment_id of this FleetTarget.
compliance_state Gets the compliance_state of this FleetTarget.
display_name [Required] Gets the display_name of this FleetTarget.
id [Required] Gets the id of this FleetTarget.
lifecycle_state Gets the lifecycle_state of this FleetTarget.
product Gets the product of this FleetTarget.
resource Gets the resource of this FleetTarget.
system_tags Gets the system_tags of this FleetTarget.
time_created Gets the time_created of this FleetTarget.
version Gets the version of this FleetTarget.

Methods

__init__(**kwargs) Initializes a new FleetTarget object with values from keyword arguments.
COMPLIANCE_STATE_COMPLIANT = 'COMPLIANT'

A constant which can be used with the compliance_state property of a FleetTarget. This constant has a value of “COMPLIANT”

COMPLIANCE_STATE_NON_COMPLIANT = 'NON_COMPLIANT'

A constant which can be used with the compliance_state property of a FleetTarget. This constant has a value of “NON_COMPLIANT”

COMPLIANCE_STATE_UNKNOWN = 'UNKNOWN'

A constant which can be used with the compliance_state property of a FleetTarget. This constant has a value of “UNKNOWN”

COMPLIANCE_STATE_WARNING = 'WARNING'

A constant which can be used with the compliance_state property of a FleetTarget. This constant has a value of “WARNING”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a FleetTarget. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a FleetTarget. This constant has a value of “DELETED”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a FleetTarget. This constant has a value of “FAILED”

__init__(**kwargs)

Initializes a new FleetTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this FleetTarget.
  • compartment_id (str) – The value to assign to the compartment_id property of this FleetTarget.
  • display_name (str) – The value to assign to the display_name property of this FleetTarget.
  • time_created (datetime) – The value to assign to the time_created property of this FleetTarget.
  • version (str) – The value to assign to the version property of this FleetTarget.
  • product (str) – The value to assign to the product property of this FleetTarget.
  • resource (oci.fleet_apps_management.models.TargetResource) – The value to assign to the resource property of this FleetTarget.
  • compliance_state (str) – The value to assign to the compliance_state property of this FleetTarget. Allowed values for this property are: “UNKNOWN”, “COMPLIANT”, “NON_COMPLIANT”, “WARNING”
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this FleetTarget. Allowed values for this property are: “ACTIVE”, “DELETED”, “FAILED”
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FleetTarget.
compartment_id

Gets the compartment_id of this FleetTarget. Tenancy OCID

Returns:The compartment_id of this FleetTarget.
Return type:str
compliance_state

Gets the compliance_state of this FleetTarget. Last known compliance state of Target.

Allowed values for this property are: “UNKNOWN”, “COMPLIANT”, “NON_COMPLIANT”, “WARNING”

Returns:The compliance_state of this FleetTarget.
Return type:str
display_name

[Required] Gets the display_name of this FleetTarget. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Example: My new resource

Returns:The display_name of this FleetTarget.
Return type:str
id

[Required] Gets the id of this FleetTarget. The OCID of the resource.

Returns:The id of this FleetTarget.
Return type:str
lifecycle_state

Gets the lifecycle_state of this FleetTarget. The current state of the FleetTarget.

Allowed values for this property are: “ACTIVE”, “DELETED”, “FAILED”

Returns:The lifecycle_state of this FleetTarget.
Return type:str
product

Gets the product of this FleetTarget. Product to which the target belongs to.

Returns:The product of this FleetTarget.
Return type:str
resource

Gets the resource of this FleetTarget.

Returns:The resource of this FleetTarget.
Return type:oci.fleet_apps_management.models.TargetResource
system_tags

Gets the system_tags of this FleetTarget. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this FleetTarget.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this FleetTarget. The time this resource was created. An RFC3339 formatted datetime string.

Returns:The time_created of this FleetTarget.
Return type:datetime
version

Gets the version of this FleetTarget. Current version of Target

Returns:The version of this FleetTarget.
Return type:str