oci.FleetAppsManagement.Fleet
Explore with Pulumi AI
This resource provides the Fleet resource in Oracle Cloud Infrastructure Fleet Apps Management service.
Create a fleet in Fleet Application Management.
Create Fleet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Fleet(name: string, args: FleetArgs, opts?: CustomResourceOptions);
@overload
def Fleet(resource_name: str,
args: FleetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Fleet(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
resource_selection: Optional[FleetResourceSelectionArgs] = None,
compartment_id: Optional[str] = None,
environment_type: Optional[str] = None,
details: Optional[FleetDetailsArgs] = None,
description: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
is_target_auto_confirm: Optional[bool] = None,
notification_preferences: Optional[Sequence[FleetNotificationPreferenceArgs]] = None,
parent_fleet_id: Optional[str] = None,
products: Optional[Sequence[str]] = None,
properties: Optional[Sequence[FleetPropertyArgs]] = None,
credentials: Optional[Sequence[FleetCredentialArgs]] = None,
resources: Optional[Sequence[FleetResourceArgs]] = None)
func NewFleet(ctx *Context, name string, args FleetArgs, opts ...ResourceOption) (*Fleet, error)
public Fleet(string name, FleetArgs args, CustomResourceOptions? opts = null)
type: oci:FleetAppsManagement:Fleet
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var fleetResource = new Oci.FleetAppsManagement.Fleet("fleetResource", new()
{
DisplayName = "string",
ResourceSelection = new Oci.FleetAppsManagement.Inputs.FleetResourceSelectionArgs
{
ResourceSelectionType = "string",
RuleSelectionCriteria = new Oci.FleetAppsManagement.Inputs.FleetResourceSelectionRuleSelectionCriteriaArgs
{
MatchCondition = "string",
Rules = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetResourceSelectionRuleSelectionCriteriaRuleArgs
{
Basis = "string",
CompartmentId = "string",
Conditions = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetResourceSelectionRuleSelectionCriteriaRuleConditionArgs
{
AttrGroup = "string",
AttrKey = "string",
AttrValue = "string",
},
},
ResourceCompartmentId = "string",
},
},
},
},
CompartmentId = "string",
EnvironmentType = "string",
Details = new Oci.FleetAppsManagement.Inputs.FleetDetailsArgs
{
FleetType = "string",
},
Description = "string",
DefinedTags =
{
{ "string", "string" },
},
FreeformTags =
{
{ "string", "string" },
},
IsTargetAutoConfirm = false,
NotificationPreferences = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetNotificationPreferenceArgs
{
CompartmentId = "string",
TopicId = "string",
Preferences = new Oci.FleetAppsManagement.Inputs.FleetNotificationPreferencePreferencesArgs
{
OnJobFailure = false,
OnResourceNonCompliance = false,
OnRunbookNewerVersion = false,
OnTaskFailure = false,
OnTaskPause = false,
OnTaskSuccess = false,
OnTopologyModification = false,
UpcomingSchedule = new Oci.FleetAppsManagement.Inputs.FleetNotificationPreferencePreferencesUpcomingScheduleArgs
{
NotifyBefore = "string",
OnUpcomingSchedule = false,
},
},
},
},
ParentFleetId = "string",
Products = new[]
{
"string",
},
Properties = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetPropertyArgs
{
CompartmentId = "string",
FleetPropertyType = "string",
DisplayName = "string",
IsRequired = false,
Value = "string",
},
},
Credentials = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetCredentialArgs
{
CompartmentId = "string",
DisplayName = "string",
EntitySpecifics = new Oci.FleetAppsManagement.Inputs.FleetCredentialEntitySpecificsArgs
{
CredentialLevel = "string",
ResourceId = "string",
Target = "string",
Variables = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetCredentialEntitySpecificsVariableArgs
{
Name = "string",
Value = "string",
},
},
},
Password = new Oci.FleetAppsManagement.Inputs.FleetCredentialPasswordArgs
{
CredentialType = "string",
KeyId = "string",
KeyVersion = "string",
SecretId = "string",
SecretVersion = "string",
Value = "string",
VaultId = "string",
},
User = new Oci.FleetAppsManagement.Inputs.FleetCredentialUserArgs
{
CredentialType = "string",
KeyId = "string",
KeyVersion = "string",
SecretId = "string",
SecretVersion = "string",
Value = "string",
VaultId = "string",
},
},
},
Resources = new[]
{
new Oci.FleetAppsManagement.Inputs.FleetResourceArgs
{
CompartmentId = "string",
ResourceId = "string",
TenancyId = "string",
FleetResourceType = "string",
},
},
});
example, err := fleetappsmanagement.NewFleet(ctx, "fleetResource", &fleetappsmanagement.FleetArgs{
DisplayName: pulumi.String("string"),
ResourceSelection: &fleetappsmanagement.FleetResourceSelectionArgs{
ResourceSelectionType: pulumi.String("string"),
RuleSelectionCriteria: &fleetappsmanagement.FleetResourceSelectionRuleSelectionCriteriaArgs{
MatchCondition: pulumi.String("string"),
Rules: fleetappsmanagement.FleetResourceSelectionRuleSelectionCriteriaRuleArray{
&fleetappsmanagement.FleetResourceSelectionRuleSelectionCriteriaRuleArgs{
Basis: pulumi.String("string"),
CompartmentId: pulumi.String("string"),
Conditions: fleetappsmanagement.FleetResourceSelectionRuleSelectionCriteriaRuleConditionArray{
&fleetappsmanagement.FleetResourceSelectionRuleSelectionCriteriaRuleConditionArgs{
AttrGroup: pulumi.String("string"),
AttrKey: pulumi.String("string"),
AttrValue: pulumi.String("string"),
},
},
ResourceCompartmentId: pulumi.String("string"),
},
},
},
},
CompartmentId: pulumi.String("string"),
EnvironmentType: pulumi.String("string"),
Details: &fleetappsmanagement.FleetDetailsArgs{
FleetType: pulumi.String("string"),
},
Description: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
IsTargetAutoConfirm: pulumi.Bool(false),
NotificationPreferences: fleetappsmanagement.FleetNotificationPreferenceArray{
&fleetappsmanagement.FleetNotificationPreferenceArgs{
CompartmentId: pulumi.String("string"),
TopicId: pulumi.String("string"),
Preferences: &fleetappsmanagement.FleetNotificationPreferencePreferencesArgs{
OnJobFailure: pulumi.Bool(false),
OnResourceNonCompliance: pulumi.Bool(false),
OnRunbookNewerVersion: pulumi.Bool(false),
OnTaskFailure: pulumi.Bool(false),
OnTaskPause: pulumi.Bool(false),
OnTaskSuccess: pulumi.Bool(false),
OnTopologyModification: pulumi.Bool(false),
UpcomingSchedule: &fleetappsmanagement.FleetNotificationPreferencePreferencesUpcomingScheduleArgs{
NotifyBefore: pulumi.String("string"),
OnUpcomingSchedule: pulumi.Bool(false),
},
},
},
},
ParentFleetId: pulumi.String("string"),
Products: pulumi.StringArray{
pulumi.String("string"),
},
Properties: fleetappsmanagement.FleetPropertyTypeArray{
&fleetappsmanagement.FleetPropertyTypeArgs{
CompartmentId: pulumi.String("string"),
FleetPropertyType: pulumi.String("string"),
DisplayName: pulumi.String("string"),
IsRequired: pulumi.Bool(false),
Value: pulumi.String("string"),
},
},
Credentials: fleetappsmanagement.FleetCredentialTypeArray{
&fleetappsmanagement.FleetCredentialTypeArgs{
CompartmentId: pulumi.String("string"),
DisplayName: pulumi.String("string"),
EntitySpecifics: &fleetappsmanagement.FleetCredentialEntitySpecificsArgs{
CredentialLevel: pulumi.String("string"),
ResourceId: pulumi.String("string"),
Target: pulumi.String("string"),
Variables: fleetappsmanagement.FleetCredentialEntitySpecificsVariableArray{
&fleetappsmanagement.FleetCredentialEntitySpecificsVariableArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
Password: &fleetappsmanagement.FleetCredentialPasswordArgs{
CredentialType: pulumi.String("string"),
KeyId: pulumi.String("string"),
KeyVersion: pulumi.String("string"),
SecretId: pulumi.String("string"),
SecretVersion: pulumi.String("string"),
Value: pulumi.String("string"),
VaultId: pulumi.String("string"),
},
User: &fleetappsmanagement.FleetCredentialUserArgs{
CredentialType: pulumi.String("string"),
KeyId: pulumi.String("string"),
KeyVersion: pulumi.String("string"),
SecretId: pulumi.String("string"),
SecretVersion: pulumi.String("string"),
Value: pulumi.String("string"),
VaultId: pulumi.String("string"),
},
},
},
Resources: fleetappsmanagement.FleetResourceTypeArray{
&fleetappsmanagement.FleetResourceTypeArgs{
CompartmentId: pulumi.String("string"),
ResourceId: pulumi.String("string"),
TenancyId: pulumi.String("string"),
FleetResourceType: pulumi.String("string"),
},
},
})
var fleetResource = new com.pulumi.oci.FleetAppsManagement.Fleet("fleetResource", com.pulumi.oci.FleetAppsManagement.FleetArgs.builder()
.displayName("string")
.resourceSelection(FleetResourceSelectionArgs.builder()
.resourceSelectionType("string")
.ruleSelectionCriteria(FleetResourceSelectionRuleSelectionCriteriaArgs.builder()
.matchCondition("string")
.rules(FleetResourceSelectionRuleSelectionCriteriaRuleArgs.builder()
.basis("string")
.compartmentId("string")
.conditions(FleetResourceSelectionRuleSelectionCriteriaRuleConditionArgs.builder()
.attrGroup("string")
.attrKey("string")
.attrValue("string")
.build())
.resourceCompartmentId("string")
.build())
.build())
.build())
.compartmentId("string")
.environmentType("string")
.details(FleetDetailsArgs.builder()
.fleetType("string")
.build())
.description("string")
.definedTags(Map.of("string", "string"))
.freeformTags(Map.of("string", "string"))
.isTargetAutoConfirm(false)
.notificationPreferences(FleetNotificationPreferenceArgs.builder()
.compartmentId("string")
.topicId("string")
.preferences(FleetNotificationPreferencePreferencesArgs.builder()
.onJobFailure(false)
.onResourceNonCompliance(false)
.onRunbookNewerVersion(false)
.onTaskFailure(false)
.onTaskPause(false)
.onTaskSuccess(false)
.onTopologyModification(false)
.upcomingSchedule(FleetNotificationPreferencePreferencesUpcomingScheduleArgs.builder()
.notifyBefore("string")
.onUpcomingSchedule(false)
.build())
.build())
.build())
.parentFleetId("string")
.products("string")
.properties(FleetPropertyArgs.builder()
.compartmentId("string")
.fleetPropertyType("string")
.displayName("string")
.isRequired(false)
.value("string")
.build())
.credentials(FleetCredentialArgs.builder()
.compartmentId("string")
.displayName("string")
.entitySpecifics(FleetCredentialEntitySpecificsArgs.builder()
.credentialLevel("string")
.resourceId("string")
.target("string")
.variables(FleetCredentialEntitySpecificsVariableArgs.builder()
.name("string")
.value("string")
.build())
.build())
.password(FleetCredentialPasswordArgs.builder()
.credentialType("string")
.keyId("string")
.keyVersion("string")
.secretId("string")
.secretVersion("string")
.value("string")
.vaultId("string")
.build())
.user(FleetCredentialUserArgs.builder()
.credentialType("string")
.keyId("string")
.keyVersion("string")
.secretId("string")
.secretVersion("string")
.value("string")
.vaultId("string")
.build())
.build())
.resources(FleetResourceArgs.builder()
.compartmentId("string")
.resourceId("string")
.tenancyId("string")
.fleetResourceType("string")
.build())
.build());
fleet_resource = oci.fleetappsmanagement.Fleet("fleetResource",
display_name="string",
resource_selection={
"resource_selection_type": "string",
"rule_selection_criteria": {
"match_condition": "string",
"rules": [{
"basis": "string",
"compartment_id": "string",
"conditions": [{
"attr_group": "string",
"attr_key": "string",
"attr_value": "string",
}],
"resource_compartment_id": "string",
}],
},
},
compartment_id="string",
environment_type="string",
details={
"fleet_type": "string",
},
description="string",
defined_tags={
"string": "string",
},
freeform_tags={
"string": "string",
},
is_target_auto_confirm=False,
notification_preferences=[{
"compartment_id": "string",
"topic_id": "string",
"preferences": {
"on_job_failure": False,
"on_resource_non_compliance": False,
"on_runbook_newer_version": False,
"on_task_failure": False,
"on_task_pause": False,
"on_task_success": False,
"on_topology_modification": False,
"upcoming_schedule": {
"notify_before": "string",
"on_upcoming_schedule": False,
},
},
}],
parent_fleet_id="string",
products=["string"],
properties=[{
"compartment_id": "string",
"fleet_property_type": "string",
"display_name": "string",
"is_required": False,
"value": "string",
}],
credentials=[{
"compartment_id": "string",
"display_name": "string",
"entity_specifics": {
"credential_level": "string",
"resource_id": "string",
"target": "string",
"variables": [{
"name": "string",
"value": "string",
}],
},
"password": {
"credential_type": "string",
"key_id": "string",
"key_version": "string",
"secret_id": "string",
"secret_version": "string",
"value": "string",
"vault_id": "string",
},
"user": {
"credential_type": "string",
"key_id": "string",
"key_version": "string",
"secret_id": "string",
"secret_version": "string",
"value": "string",
"vault_id": "string",
},
}],
resources=[{
"compartment_id": "string",
"resource_id": "string",
"tenancy_id": "string",
"fleet_resource_type": "string",
}])
const fleetResource = new oci.fleetappsmanagement.Fleet("fleetResource", {
displayName: "string",
resourceSelection: {
resourceSelectionType: "string",
ruleSelectionCriteria: {
matchCondition: "string",
rules: [{
basis: "string",
compartmentId: "string",
conditions: [{
attrGroup: "string",
attrKey: "string",
attrValue: "string",
}],
resourceCompartmentId: "string",
}],
},
},
compartmentId: "string",
environmentType: "string",
details: {
fleetType: "string",
},
description: "string",
definedTags: {
string: "string",
},
freeformTags: {
string: "string",
},
isTargetAutoConfirm: false,
notificationPreferences: [{
compartmentId: "string",
topicId: "string",
preferences: {
onJobFailure: false,
onResourceNonCompliance: false,
onRunbookNewerVersion: false,
onTaskFailure: false,
onTaskPause: false,
onTaskSuccess: false,
onTopologyModification: false,
upcomingSchedule: {
notifyBefore: "string",
onUpcomingSchedule: false,
},
},
}],
parentFleetId: "string",
products: ["string"],
properties: [{
compartmentId: "string",
fleetPropertyType: "string",
displayName: "string",
isRequired: false,
value: "string",
}],
credentials: [{
compartmentId: "string",
displayName: "string",
entitySpecifics: {
credentialLevel: "string",
resourceId: "string",
target: "string",
variables: [{
name: "string",
value: "string",
}],
},
password: {
credentialType: "string",
keyId: "string",
keyVersion: "string",
secretId: "string",
secretVersion: "string",
value: "string",
vaultId: "string",
},
user: {
credentialType: "string",
keyId: "string",
keyVersion: "string",
secretId: "string",
secretVersion: "string",
value: "string",
vaultId: "string",
},
}],
resources: [{
compartmentId: "string",
resourceId: "string",
tenancyId: "string",
fleetResourceType: "string",
}],
});
type: oci:FleetAppsManagement:Fleet
properties:
compartmentId: string
credentials:
- compartmentId: string
displayName: string
entitySpecifics:
credentialLevel: string
resourceId: string
target: string
variables:
- name: string
value: string
password:
credentialType: string
keyId: string
keyVersion: string
secretId: string
secretVersion: string
value: string
vaultId: string
user:
credentialType: string
keyId: string
keyVersion: string
secretId: string
secretVersion: string
value: string
vaultId: string
definedTags:
string: string
description: string
details:
fleetType: string
displayName: string
environmentType: string
freeformTags:
string: string
isTargetAutoConfirm: false
notificationPreferences:
- compartmentId: string
preferences:
onJobFailure: false
onResourceNonCompliance: false
onRunbookNewerVersion: false
onTaskFailure: false
onTaskPause: false
onTaskSuccess: false
onTopologyModification: false
upcomingSchedule:
notifyBefore: string
onUpcomingSchedule: false
topicId: string
parentFleetId: string
products:
- string
properties:
- compartmentId: string
displayName: string
fleetPropertyType: string
isRequired: false
value: string
resourceSelection:
resourceSelectionType: string
ruleSelectionCriteria:
matchCondition: string
rules:
- basis: string
compartmentId: string
conditions:
- attrGroup: string
attrKey: string
attrValue: string
resourceCompartmentId: string
resources:
- compartmentId: string
fleetResourceType: string
resourceId: string
tenancyId: string
Fleet Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Fleet resource accepts the following input properties:
- Compartment
Id string - (Updatable) compartment OCID
- Display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Resource
Selection FleetResource Selection - (Updatable) Resource Selection Type
- Credentials
List<Fleet
Credential> - Credentials associated with the Fleet.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Details
Fleet
Details - Fleet Type
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Dictionary<string, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Is
Target boolAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- Notification
Preferences List<FleetNotification Preference> - (Updatable) Notification Preferences associated with the Fleet.
- Parent
Fleet stringId - The OCID of the fleet that would be the parent for this fleet.
- Products List<string>
- (Updatable) Products associated with the Fleet.
- Properties
List<Fleet
Property> - Properties associated with the Fleet.
- Resources
List<Fleet
Resource> - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- Compartment
Id string - (Updatable) compartment OCID
- Display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Resource
Selection FleetResource Selection Args - (Updatable) Resource Selection Type
- Credentials
[]Fleet
Credential Type Args - Credentials associated with the Fleet.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Details
Fleet
Details Args - Fleet Type
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- map[string]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Is
Target boolAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- Notification
Preferences []FleetNotification Preference Args - (Updatable) Notification Preferences associated with the Fleet.
- Parent
Fleet stringId - The OCID of the fleet that would be the parent for this fleet.
- Products []string
- (Updatable) Products associated with the Fleet.
- Properties
[]Fleet
Property Type Args - Properties associated with the Fleet.
- Resources
[]Fleet
Resource Type Args - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- compartment
Id String - (Updatable) compartment OCID
- display
Name String - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- resource
Selection FleetResource Selection - (Updatable) Resource Selection Type
- credentials
List<Fleet
Credential> - Credentials associated with the Fleet.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- details
Fleet
Details - Fleet Type
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Map<String,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Target BooleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- notification
Preferences List<FleetNotification Preference> - (Updatable) Notification Preferences associated with the Fleet.
- parent
Fleet StringId - The OCID of the fleet that would be the parent for this fleet.
- products List<String>
- (Updatable) Products associated with the Fleet.
- properties
List<Fleet
Property> - Properties associated with the Fleet.
- resources
List<Fleet
Resource> - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- compartment
Id string - (Updatable) compartment OCID
- display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- resource
Selection FleetResource Selection - (Updatable) Resource Selection Type
- credentials
Fleet
Credential[] - Credentials associated with the Fleet.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- details
Fleet
Details - Fleet Type
- environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- {[key: string]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Target booleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- notification
Preferences FleetNotification Preference[] - (Updatable) Notification Preferences associated with the Fleet.
- parent
Fleet stringId - The OCID of the fleet that would be the parent for this fleet.
- products string[]
- (Updatable) Products associated with the Fleet.
- properties
Fleet
Property[] - Properties associated with the Fleet.
- resources
Fleet
Resource[] - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- compartment_
id str - (Updatable) compartment OCID
- display_
name str - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- resource_
selection FleetResource Selection Args - (Updatable) Resource Selection Type
- credentials
Sequence[Fleet
Credential Args] - Credentials associated with the Fleet.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- details
Fleet
Details Args - Fleet Type
- environment_
type str - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Mapping[str, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is_
target_ boolauto_ confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- notification_
preferences Sequence[FleetNotification Preference Args] - (Updatable) Notification Preferences associated with the Fleet.
- parent_
fleet_ strid - The OCID of the fleet that would be the parent for this fleet.
- products Sequence[str]
- (Updatable) Products associated with the Fleet.
- properties
Sequence[Fleet
Property Args] - Properties associated with the Fleet.
- resources
Sequence[Fleet
Resource Args] - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- compartment
Id String - (Updatable) compartment OCID
- display
Name String - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- resource
Selection Property Map - (Updatable) Resource Selection Type
- credentials List<Property Map>
- Credentials associated with the Fleet.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- details Property Map
- Fleet Type
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Map<String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Target BooleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- notification
Preferences List<Property Map> - (Updatable) Notification Preferences associated with the Fleet.
- parent
Fleet StringId - The OCID of the fleet that would be the parent for this fleet.
- products List<String>
- (Updatable) Products associated with the Fleet.
- properties List<Property Map>
- Properties associated with the Fleet.
- resources List<Property Map>
- Resources associated with the Fleet if resourceSelectionType is MANUAL.
Outputs
All input properties are implicitly available as output properties. Additionally, the Fleet resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Resource
Region string - Associated region
- State string
- The lifecycle state of the Fleet.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Resource
Region string - Associated region
- State string
- The lifecycle state of the Fleet.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource
Region String - Associated region
- state String
- The lifecycle state of the Fleet.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource
Region string - Associated region
- state string
- The lifecycle state of the Fleet.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource_
region str - Associated region
- state str
- The lifecycle state of the Fleet.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time this resource was created. An RFC3339 formatted datetime string.
- time_
updated str - The time this resource was last updated. An RFC3339 formatted datetime string.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource
Region String - Associated region
- state String
- The lifecycle state of the Fleet.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
Look up Existing Fleet Resource
Get an existing Fleet resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FleetState, opts?: CustomResourceOptions): Fleet
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
credentials: Optional[Sequence[FleetCredentialArgs]] = None,
defined_tags: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
details: Optional[FleetDetailsArgs] = None,
display_name: Optional[str] = None,
environment_type: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
is_target_auto_confirm: Optional[bool] = None,
lifecycle_details: Optional[str] = None,
notification_preferences: Optional[Sequence[FleetNotificationPreferenceArgs]] = None,
parent_fleet_id: Optional[str] = None,
products: Optional[Sequence[str]] = None,
properties: Optional[Sequence[FleetPropertyArgs]] = None,
resource_region: Optional[str] = None,
resource_selection: Optional[FleetResourceSelectionArgs] = None,
resources: Optional[Sequence[FleetResourceArgs]] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> Fleet
func GetFleet(ctx *Context, name string, id IDInput, state *FleetState, opts ...ResourceOption) (*Fleet, error)
public static Fleet Get(string name, Input<string> id, FleetState? state, CustomResourceOptions? opts = null)
public static Fleet get(String name, Output<String> id, FleetState state, CustomResourceOptions options)
resources: _: type: oci:FleetAppsManagement:Fleet get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Compartment
Id string - (Updatable) compartment OCID
- Credentials
List<Fleet
Credential> - Credentials associated with the Fleet.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Details
Fleet
Details - Fleet Type
- Display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Dictionary<string, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Is
Target boolAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Notification
Preferences List<FleetNotification Preference> - (Updatable) Notification Preferences associated with the Fleet.
- Parent
Fleet stringId - The OCID of the fleet that would be the parent for this fleet.
- Products List<string>
- (Updatable) Products associated with the Fleet.
- Properties
List<Fleet
Property> - Properties associated with the Fleet.
- Resource
Region string - Associated region
- Resource
Selection FleetResource Selection - (Updatable) Resource Selection Type
- Resources
List<Fleet
Resource> - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- State string
- The lifecycle state of the Fleet.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Compartment
Id string - (Updatable) compartment OCID
- Credentials
[]Fleet
Credential Type Args - Credentials associated with the Fleet.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Details
Fleet
Details Args - Fleet Type
- Display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- map[string]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Is
Target boolAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Notification
Preferences []FleetNotification Preference Args - (Updatable) Notification Preferences associated with the Fleet.
- Parent
Fleet stringId - The OCID of the fleet that would be the parent for this fleet.
- Products []string
- (Updatable) Products associated with the Fleet.
- Properties
[]Fleet
Property Type Args - Properties associated with the Fleet.
- Resource
Region string - Associated region
- Resource
Selection FleetResource Selection Args - (Updatable) Resource Selection Type
- Resources
[]Fleet
Resource Type Args - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- State string
- The lifecycle state of the Fleet.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- compartment
Id String - (Updatable) compartment OCID
- credentials
List<Fleet
Credential> - Credentials associated with the Fleet.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- details
Fleet
Details - Fleet Type
- display
Name String - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Map<String,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Target BooleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification
Preferences List<FleetNotification Preference> - (Updatable) Notification Preferences associated with the Fleet.
- parent
Fleet StringId - The OCID of the fleet that would be the parent for this fleet.
- products List<String>
- (Updatable) Products associated with the Fleet.
- properties
List<Fleet
Property> - Properties associated with the Fleet.
- resource
Region String - Associated region
- resource
Selection FleetResource Selection - (Updatable) Resource Selection Type
- resources
List<Fleet
Resource> - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- state String
- The lifecycle state of the Fleet.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- compartment
Id string - (Updatable) compartment OCID
- credentials
Fleet
Credential[] - Credentials associated with the Fleet.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- details
Fleet
Details - Fleet Type
- display
Name string - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type string - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- {[key: string]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Target booleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification
Preferences FleetNotification Preference[] - (Updatable) Notification Preferences associated with the Fleet.
- parent
Fleet stringId - The OCID of the fleet that would be the parent for this fleet.
- products string[]
- (Updatable) Products associated with the Fleet.
- properties
Fleet
Property[] - Properties associated with the Fleet.
- resource
Region string - Associated region
- resource
Selection FleetResource Selection - (Updatable) Resource Selection Type
- resources
Fleet
Resource[] - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- state string
- The lifecycle state of the Fleet.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- compartment_
id str - (Updatable) compartment OCID
- credentials
Sequence[Fleet
Credential Args] - Credentials associated with the Fleet.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- details
Fleet
Details Args - Fleet Type
- display_
name str - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment_
type str - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Mapping[str, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is_
target_ boolauto_ confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification_
preferences Sequence[FleetNotification Preference Args] - (Updatable) Notification Preferences associated with the Fleet.
- parent_
fleet_ strid - The OCID of the fleet that would be the parent for this fleet.
- products Sequence[str]
- (Updatable) Products associated with the Fleet.
- properties
Sequence[Fleet
Property Args] - Properties associated with the Fleet.
- resource_
region str - Associated region
- resource_
selection FleetResource Selection Args - (Updatable) Resource Selection Type
- resources
Sequence[Fleet
Resource Args] - Resources associated with the Fleet if resourceSelectionType is MANUAL.
- state str
- The lifecycle state of the Fleet.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time this resource was created. An RFC3339 formatted datetime string.
- time_
updated str - The time this resource was last updated. An RFC3339 formatted datetime string.
- compartment
Id String - (Updatable) compartment OCID
- credentials List<Property Map>
- Credentials associated with the Fleet.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- details Property Map
- Fleet Type
- display
Name String - (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet. Applicable for ENVIRONMENT fleet types.
- Map<String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Target BooleanAuto Confirm - (Updatable) A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- notification
Preferences List<Property Map> - (Updatable) Notification Preferences associated with the Fleet.
- parent
Fleet StringId - The OCID of the fleet that would be the parent for this fleet.
- products List<String>
- (Updatable) Products associated with the Fleet.
- properties List<Property Map>
- Properties associated with the Fleet.
- resource
Region String - Associated region
- resource
Selection Property Map - (Updatable) Resource Selection Type
- resources List<Property Map>
- Resources associated with the Fleet if resourceSelectionType is MANUAL.
- state String
- The lifecycle state of the Fleet.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
Supporting Types
FleetCredential, FleetCredentialArgs
- Compartment
Id string - (Updatable) Compartment OCID
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Entity
Specifics FleetCredential Entity Specifics - Credential specific Details.
- Password
Fleet
Credential Password - Credential Details.
- User
Fleet
Credential User - Credential Details.
- Compartment
Id string - (Updatable) Compartment OCID
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Entity
Specifics FleetCredential Entity Specifics - Credential specific Details.
- Password
Fleet
Credential Password - Credential Details.
- User
Fleet
Credential User - Credential Details.
- compartment
Id String - (Updatable) Compartment OCID
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- entity
Specifics FleetCredential Entity Specifics - Credential specific Details.
- password
Fleet
Credential Password - Credential Details.
- user
Fleet
Credential User - Credential Details.
- compartment
Id string - (Updatable) Compartment OCID
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- entity
Specifics FleetCredential Entity Specifics - Credential specific Details.
- password
Fleet
Credential Password - Credential Details.
- user
Fleet
Credential User - Credential Details.
- compartment_
id str - (Updatable) Compartment OCID
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- entity_
specifics FleetCredential Entity Specifics - Credential specific Details.
- password
Fleet
Credential Password - Credential Details.
- user
Fleet
Credential User - Credential Details.
- compartment
Id String - (Updatable) Compartment OCID
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- entity
Specifics Property Map - Credential specific Details.
- password Property Map
- Credential Details.
- user Property Map
- Credential Details.
FleetCredentialEntitySpecifics, FleetCredentialEntitySpecificsArgs
- Credential
Level string - (Updatable) At what level the credential is provided?
- Resource
Id string - (Updatable) OCID of the resource associated with the target for which the credential is created.
- Target string
- (Updatable) Target name for which the credential is provided.
- Variables
List<Fleet
Credential Entity Specifics Variable> - (Updatable) List of fleet credential variables.
- Credential
Level string - (Updatable) At what level the credential is provided?
- Resource
Id string - (Updatable) OCID of the resource associated with the target for which the credential is created.
- Target string
- (Updatable) Target name for which the credential is provided.
- Variables
[]Fleet
Credential Entity Specifics Variable - (Updatable) List of fleet credential variables.
- credential
Level String - (Updatable) At what level the credential is provided?
- resource
Id String - (Updatable) OCID of the resource associated with the target for which the credential is created.
- target String
- (Updatable) Target name for which the credential is provided.
- variables
List<Fleet
Credential Entity Specifics Variable> - (Updatable) List of fleet credential variables.
- credential
Level string - (Updatable) At what level the credential is provided?
- resource
Id string - (Updatable) OCID of the resource associated with the target for which the credential is created.
- target string
- (Updatable) Target name for which the credential is provided.
- variables
Fleet
Credential Entity Specifics Variable[] - (Updatable) List of fleet credential variables.
- credential_
level str - (Updatable) At what level the credential is provided?
- resource_
id str - (Updatable) OCID of the resource associated with the target for which the credential is created.
- target str
- (Updatable) Target name for which the credential is provided.
- variables
Sequence[Fleet
Credential Entity Specifics Variable] - (Updatable) List of fleet credential variables.
- credential
Level String - (Updatable) At what level the credential is provided?
- resource
Id String - (Updatable) OCID of the resource associated with the target for which the credential is created.
- target String
- (Updatable) Target name for which the credential is provided.
- variables List<Property Map>
- (Updatable) List of fleet credential variables.
FleetCredentialEntitySpecificsVariable, FleetCredentialEntitySpecificsVariableArgs
FleetCredentialPassword, FleetCredentialPasswordArgs
- Credential
Type string - (Updatable) Credential Type.
- Key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - (Updatable) The Vault Key version.
- Secret
Id string - (Updatable) The OCID of the secret.
- Secret
Version string - (Updatable) The secret version.
- Value string
- (Updatable) The value corresponding to the credential.
- Vault
Id string - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- Credential
Type string - (Updatable) Credential Type.
- Key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - (Updatable) The Vault Key version.
- Secret
Id string - (Updatable) The OCID of the secret.
- Secret
Version string - (Updatable) The secret version.
- Value string
- (Updatable) The value corresponding to the credential.
- Vault
Id string - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type String - (Updatable) Credential Type.
- key
Id String - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - (Updatable) The Vault Key version.
- secret
Id String - (Updatable) The OCID of the secret.
- secret
Version String - (Updatable) The secret version.
- value String
- (Updatable) The value corresponding to the credential.
- vault
Id String - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type string - (Updatable) Credential Type.
- key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version string - (Updatable) The Vault Key version.
- secret
Id string - (Updatable) The OCID of the secret.
- secret
Version string - (Updatable) The secret version.
- value string
- (Updatable) The value corresponding to the credential.
- vault
Id string - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential_
type str - (Updatable) Credential Type.
- key_
id str - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key_
version str - (Updatable) The Vault Key version.
- secret_
id str - (Updatable) The OCID of the secret.
- secret_
version str - (Updatable) The secret version.
- value str
- (Updatable) The value corresponding to the credential.
- vault_
id str - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
- credential
Type String - (Updatable) Credential Type.
- key
Id String - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - (Updatable) The Vault Key version.
- secret
Id String - (Updatable) The OCID of the secret.
- secret
Version String - (Updatable) The secret version.
- value String
- (Updatable) The value corresponding to the credential.
- vault
Id String - (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
FleetCredentialUser, FleetCredentialUserArgs
- Credential
Type string - (Updatable) Credential Type.
- Key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - (Updatable) The Vault Key version.
- Secret
Id string - (Updatable) The OCID of the secret.
- Secret
Version string - (Updatable) The secret version.
- Value string
- (Updatable) The value corresponding to the credential.
- Vault
Id string (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Credential
Type string - (Updatable) Credential Type.
- Key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- Key
Version string - (Updatable) The Vault Key version.
- Secret
Id string - (Updatable) The OCID of the secret.
- Secret
Version string - (Updatable) The secret version.
- Value string
- (Updatable) The value corresponding to the credential.
- Vault
Id string (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- credential
Type String - (Updatable) Credential Type.
- key
Id String - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - (Updatable) The Vault Key version.
- secret
Id String - (Updatable) The OCID of the secret.
- secret
Version String - (Updatable) The secret version.
- value String
- (Updatable) The value corresponding to the credential.
- vault
Id String (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- credential
Type string - (Updatable) Credential Type.
- key
Id string - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version string - (Updatable) The Vault Key version.
- secret
Id string - (Updatable) The OCID of the secret.
- secret
Version string - (Updatable) The secret version.
- value string
- (Updatable) The value corresponding to the credential.
- vault
Id string (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- credential_
type str - (Updatable) Credential Type.
- key_
id str - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key_
version str - (Updatable) The Vault Key version.
- secret_
id str - (Updatable) The OCID of the secret.
- secret_
version str - (Updatable) The secret version.
- value str
- (Updatable) The value corresponding to the credential.
- vault_
id str (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- credential
Type String - (Updatable) Credential Type.
- key
Id String - (Updatable) OCID for the Vault Key that will be used to encrypt/decrypt the value given.
- key
Version String - (Updatable) The Vault Key version.
- secret
Id String - (Updatable) The OCID of the secret.
- secret
Version String - (Updatable) The secret version.
- value String
- (Updatable) The value corresponding to the credential.
- vault
Id String (Updatable) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
FleetDetails, FleetDetailsArgs
- Fleet
Type string - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- Fleet
Type string - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- fleet
Type String - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- fleet
Type string - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- fleet_
type str - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
- fleet
Type String - Type of the Fleet. PRODUCT - A fleet of product-specific resources for a product type. ENVIRONMENT - A fleet of environment-specific resources for a product stack. GROUP - A fleet of a fleet of either environment or product fleets. GENERIC - A fleet of resources selected dynamically or manually for reporting purposes
FleetNotificationPreference, FleetNotificationPreferenceArgs
- Compartment
Id string - (Updatable) Compartment ID the topic belongs to.
- Topic
Id string - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- Preferences
Fleet
Notification Preference Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- Compartment
Id string - (Updatable) Compartment ID the topic belongs to.
- Topic
Id string - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- Preferences
Fleet
Notification Preference Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- compartment
Id String - (Updatable) Compartment ID the topic belongs to.
- topic
Id String - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- preferences
Fleet
Notification Preference Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- compartment
Id string - (Updatable) Compartment ID the topic belongs to.
- topic
Id string - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- preferences
Fleet
Notification Preference Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- compartment_
id str - (Updatable) Compartment ID the topic belongs to.
- topic_
id str - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- preferences
Fleet
Notification Preference Preferences - (Updatable) Preferences to send notifications on the fleet activities.
- compartment
Id String - (Updatable) Compartment ID the topic belongs to.
- topic
Id String - (Updatable) Topic Id where the notifications will be directed. A topic is a communication channel for sending messages on chosen events to subscriptions.
- preferences Property Map
- (Updatable) Preferences to send notifications on the fleet activities.
FleetNotificationPreferencePreferences, FleetNotificationPreferencePreferencesArgs
- On
Job boolFailure - (Updatable) Enables or disables notification on Job Failures.
- On
Resource boolNon Compliance - (Updatable) Enables or disables notification when fleet resource becomes non compliant.
- On
Runbook boolNewer Version - (Updatable) Enables or disables notification when a newer version of runbook associated with a fleet is available
- On
Task boolFailure - (Updatable) Enables or disables notification on task failure.
- On
Task boolPause - (Updatable) Enables or disables notification when a task is paused.
- On
Task boolSuccess - (Updatable) Enables or disables notification on task success.
- On
Topology boolModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- Upcoming
Schedule FleetNotification Preference Preferences Upcoming Schedule - (Updatable) Enables notification on upcoming schedule.
- On
Job boolFailure - (Updatable) Enables or disables notification on Job Failures.
- On
Resource boolNon Compliance - (Updatable) Enables or disables notification when fleet resource becomes non compliant.
- On
Runbook boolNewer Version - (Updatable) Enables or disables notification when a newer version of runbook associated with a fleet is available
- On
Task boolFailure - (Updatable) Enables or disables notification on task failure.
- On
Task boolPause - (Updatable) Enables or disables notification when a task is paused.
- On
Task boolSuccess - (Updatable) Enables or disables notification on task success.
- On
Topology boolModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- Upcoming
Schedule FleetNotification Preference Preferences Upcoming Schedule - (Updatable) Enables notification on upcoming schedule.
- on
Job BooleanFailure - (Updatable) Enables or disables notification on Job Failures.
- on
Resource BooleanNon Compliance - (Updatable) Enables or disables notification when fleet resource becomes non compliant.
- on
Runbook BooleanNewer Version - (Updatable) Enables or disables notification when a newer version of runbook associated with a fleet is available
- on
Task BooleanFailure - (Updatable) Enables or disables notification on task failure.
- on
Task BooleanPause - (Updatable) Enables or disables notification when a task is paused.
- on
Task BooleanSuccess - (Updatable) Enables or disables notification on task success.
- on
Topology BooleanModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- upcoming
Schedule FleetNotification Preference Preferences Upcoming Schedule - (Updatable) Enables notification on upcoming schedule.
- on
Job booleanFailure - (Updatable) Enables or disables notification on Job Failures.
- on
Resource booleanNon Compliance - (Updatable) Enables or disables notification when fleet resource becomes non compliant.
- on
Runbook booleanNewer Version - (Updatable) Enables or disables notification when a newer version of runbook associated with a fleet is available
- on
Task booleanFailure - (Updatable) Enables or disables notification on task failure.
- on
Task booleanPause - (Updatable) Enables or disables notification when a task is paused.
- on
Task booleanSuccess - (Updatable) Enables or disables notification on task success.
- on
Topology booleanModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- upcoming
Schedule FleetNotification Preference Preferences Upcoming Schedule - (Updatable) Enables notification on upcoming schedule.
- on_
job_ boolfailure - (Updatable) Enables or disables notification on Job Failures.
- on_
resource_ boolnon_ compliance - (Updatable) Enables or disables notification when fleet resource becomes non compliant.
- on_
runbook_ boolnewer_ version - (Updatable) Enables or disables notification when a newer version of runbook associated with a fleet is available
- on_
task_ boolfailure - (Updatable) Enables or disables notification on task failure.
- on_
task_ boolpause - (Updatable) Enables or disables notification when a task is paused.
- on_
task_ boolsuccess - (Updatable) Enables or disables notification on task success.
- on_
topology_ boolmodification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- upcoming_
schedule FleetNotification Preference Preferences Upcoming Schedule - (Updatable) Enables notification on upcoming schedule.
- on
Job BooleanFailure - (Updatable) Enables or disables notification on Job Failures.
- on
Resource BooleanNon Compliance - (Updatable) Enables or disables notification when fleet resource becomes non compliant.
- on
Runbook BooleanNewer Version - (Updatable) Enables or disables notification when a newer version of runbook associated with a fleet is available
- on
Task BooleanFailure - (Updatable) Enables or disables notification on task failure.
- on
Task BooleanPause - (Updatable) Enables or disables notification when a task is paused.
- on
Task BooleanSuccess - (Updatable) Enables or disables notification on task success.
- on
Topology BooleanModification - (Updatable) Enables or disables notification on Environment Fleet Topology Modification.
- upcoming
Schedule Property Map - (Updatable) Enables notification on upcoming schedule.
FleetNotificationPreferencePreferencesUpcomingSchedule, FleetNotificationPreferencePreferencesUpcomingScheduleArgs
- Notify
Before string - (Updatable) Specify when the notification should be sent.
- On
Upcoming boolSchedule - (Updatable) Enables notification on upcoming schedule.
- Notify
Before string - (Updatable) Specify when the notification should be sent.
- On
Upcoming boolSchedule - (Updatable) Enables notification on upcoming schedule.
- notify
Before String - (Updatable) Specify when the notification should be sent.
- on
Upcoming BooleanSchedule - (Updatable) Enables notification on upcoming schedule.
- notify
Before string - (Updatable) Specify when the notification should be sent.
- on
Upcoming booleanSchedule - (Updatable) Enables notification on upcoming schedule.
- notify_
before str - (Updatable) Specify when the notification should be sent.
- on_
upcoming_ boolschedule - (Updatable) Enables notification on upcoming schedule.
- notify
Before String - (Updatable) Specify when the notification should be sent.
- on
Upcoming BooleanSchedule - (Updatable) Enables notification on upcoming schedule.
FleetProperty, FleetPropertyArgs
- Compartment
Id string - (Updatable) compartment OCID
- Fleet
Property stringType - Type of the FleetProperty.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Is
Required bool - Property is required or not.
- Value string
- Value of the Property.
- Compartment
Id string - (Updatable) compartment OCID
- Fleet
Property stringType - Type of the FleetProperty.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Is
Required bool - Property is required or not.
- Value string
- Value of the Property.
- compartment
Id String - (Updatable) compartment OCID
- fleet
Property StringType - Type of the FleetProperty.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- is
Required Boolean - Property is required or not.
- value String
- Value of the Property.
- compartment
Id string - (Updatable) compartment OCID
- fleet
Property stringType - Type of the FleetProperty.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- is
Required boolean - Property is required or not.
- value string
- Value of the Property.
- compartment_
id str - (Updatable) compartment OCID
- fleet_
property_ strtype - Type of the FleetProperty.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- is_
required bool - Property is required or not.
- value str
- Value of the Property.
- compartment
Id String - (Updatable) compartment OCID
- fleet
Property StringType - Type of the FleetProperty.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- is
Required Boolean - Property is required or not.
- value String
- Value of the Property.
FleetResource, FleetResourceArgs
- Compartment
Id string - (Updatable) Compartment Identifier[OCID].
- Resource
Id string - OCID of the resource.
- Tenancy
Id string Tenancy Identifier[OCID].
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Fleet
Resource stringType - Type of the FleetResource.
- Compartment
Id string - (Updatable) Compartment Identifier[OCID].
- Resource
Id string - OCID of the resource.
- Tenancy
Id string Tenancy Identifier[OCID].
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Fleet
Resource stringType - Type of the FleetResource.
- compartment
Id String - (Updatable) Compartment Identifier[OCID].
- resource
Id String - OCID of the resource.
- tenancy
Id String Tenancy Identifier[OCID].
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- fleet
Resource StringType - Type of the FleetResource.
- compartment
Id string - (Updatable) Compartment Identifier[OCID].
- resource
Id string - OCID of the resource.
- tenancy
Id string Tenancy Identifier[OCID].
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- fleet
Resource stringType - Type of the FleetResource.
- compartment_
id str - (Updatable) Compartment Identifier[OCID].
- resource_
id str - OCID of the resource.
- tenancy_
id str Tenancy Identifier[OCID].
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- fleet_
resource_ strtype - Type of the FleetResource.
- compartment
Id String - (Updatable) Compartment Identifier[OCID].
- resource
Id String - OCID of the resource.
- tenancy
Id String Tenancy Identifier[OCID].
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- fleet
Resource StringType - Type of the FleetResource.
FleetResourceSelection, FleetResourceSelectionArgs
- Resource
Selection stringType - (Updatable) Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- Rule
Selection FleetCriteria Resource Selection Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- Resource
Selection stringType - (Updatable) Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- Rule
Selection FleetCriteria Resource Selection Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- resource
Selection StringType - (Updatable) Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection FleetCriteria Resource Selection Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- resource
Selection stringType - (Updatable) Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection FleetCriteria Resource Selection Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- resource_
selection_ strtype - (Updatable) Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule_
selection_ Fleetcriteria Resource Selection Rule Selection Criteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
- resource
Selection StringType - (Updatable) Type of resource selection in a Fleet. Select resources manually or select resources based on rules.
- rule
Selection Property MapCriteria - (Updatable) Rule Selection Criteria for DYNAMIC resource selection for a GENERIC fleet. Rules define what resources are members of this fleet. All resources that meet the criteria are added automatically.
FleetResourceSelectionRuleSelectionCriteria, FleetResourceSelectionRuleSelectionCriteriaArgs
- Match
Condition string - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- Rules
List<Fleet
Resource Selection Rule Selection Criteria Rule> - (Updatable) Rules.
- Match
Condition string - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- Rules
[]Fleet
Resource Selection Rule Selection Criteria Rule - (Updatable) Rules.
- match
Condition String - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules
List<Fleet
Resource Selection Rule Selection Criteria Rule> - (Updatable) Rules.
- match
Condition string - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules
Fleet
Resource Selection Rule Selection Criteria Rule[] - (Updatable) Rules.
- match_
condition str - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules
Sequence[Fleet
Resource Selection Rule Selection Criteria Rule] - (Updatable) Rules.
- match
Condition String - (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules.
- rules List<Property Map>
- (Updatable) Rules.
FleetResourceSelectionRuleSelectionCriteriaRule, FleetResourceSelectionRuleSelectionCriteriaRuleArgs
- Basis string
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- Compartment
Id string - (Updatable) Compartment Id for which the rule is created.
- Conditions
List<Fleet
Resource Selection Rule Selection Criteria Rule Condition> - (Updatable) Rule Conditions
- Resource
Compartment stringId - (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- Basis string
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- Compartment
Id string - (Updatable) Compartment Id for which the rule is created.
- Conditions
[]Fleet
Resource Selection Rule Selection Criteria Rule Condition - (Updatable) Rule Conditions
- Resource
Compartment stringId - (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- basis String
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- compartment
Id String - (Updatable) Compartment Id for which the rule is created.
- conditions
List<Fleet
Resource Selection Rule Selection Criteria Rule Condition> - (Updatable) Rule Conditions
- resource
Compartment StringId - (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- basis string
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- compartment
Id string - (Updatable) Compartment Id for which the rule is created.
- conditions
Fleet
Resource Selection Rule Selection Criteria Rule Condition[] - (Updatable) Rule Conditions
- resource
Compartment stringId - (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- basis str
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- compartment_
id str - (Updatable) Compartment Id for which the rule is created.
- conditions
Sequence[Fleet
Resource Selection Rule Selection Criteria Rule Condition] - (Updatable) Rule Conditions
- resource_
compartment_ strid - (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
- basis String
- (Updatable) Based on what the rule is created. It can be based on a resourceProperty or a tag. If based on a tag, basis will be 'definedTagEquals' If based on a resource property, basis will be 'inventoryProperties'
- compartment
Id String - (Updatable) Compartment Id for which the rule is created.
- conditions List<Property Map>
- (Updatable) Rule Conditions
- resource
Compartment StringId - (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
FleetResourceSelectionRuleSelectionCriteriaRuleCondition, FleetResourceSelectionRuleSelectionCriteriaRuleConditionArgs
- Attr
Group string - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- Attr
Key string - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- Attr
Value string - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- Attr
Group string - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- Attr
Key string - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- Attr
Value string - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- attr
Group String - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- attr
Key String - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- attr
Value String - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- attr
Group string - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- attr
Key string - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- attr
Value string - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- attr_
group str - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- attr_
key str - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- attr_
value str - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
- attr
Group String - (Updatable) Attribute Group. Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.
- attr
Key String - (Updatable) Attribute Key.Provide Tag key if the rule is based on a tag. Provide resource property name if the rule is based on a resource property.
- attr
Value String - (Updatable) Attribute Value.Provide Tag value if the rule is based on a tag. Provide resource property value if the rule is based on a resource property.
Import
Fleets can be imported using the id
, e.g.
$ pulumi import oci:FleetAppsManagement/fleet:Fleet test_fleet "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.