Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
static ManagedInstanceLocation |
ManagedInstanceLocation.create(String key) |
ManagedInstanceLocation |
ManagedInstance.getLocation()
The location of the managed instance.
|
ManagedInstanceLocation |
CreateLifecycleEnvironmentDetails.getLocation()
The location of managed instances attached to the lifecycle environment.
|
ManagedInstanceLocation |
CreateManagedInstanceGroupDetails.getLocation()
The location of managed instances attached to the group.
|
ManagedInstanceLocation |
LifecycleEnvironment.getLocation()
The location of managed instances attached to the lifecycle environment.
|
ManagedInstanceLocation |
ManagedInstanceSummary.getLocation()
The location of the managed instance.
|
ManagedInstanceLocation |
ManagedInstanceGroupSummary.getLocation()
The location of managed instances attached to the group.
|
ManagedInstanceLocation |
ManagedInstanceGroup.getLocation()
The location of managed instances attached to the group.
|
ManagedInstanceLocation |
LifecycleStage.getLocation()
The location of managed instances associated with the lifecycle stage.
|
ManagedInstanceLocation |
LifecycleEnvironmentSummary.getLocation()
The location of managed instances attached to the lifecycle environment.
|
ManagedInstanceLocation |
LifecycleStageSummary.getLocation()
The location of managed instances associated with the lifecycle stage.
|
static ManagedInstanceLocation |
ManagedInstanceLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedInstanceLocation[] |
ManagedInstanceLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedInstanceLocation> |
ScheduledJobSummary.getLocations()
The list of locations this scheduled job should operate on for a job targeting on
compartments.
|
List<ManagedInstanceLocation> |
CreateScheduledJobDetails.getLocations()
The list of locations this scheduled job should operate on for a job targeting on
compartments.
|
List<ManagedInstanceLocation> |
ScheduledJob.getLocations()
The list of locations this scheduled job should operate on for a job targeting on
compartments.
|
Modifier and Type | Method and Description |
---|---|
ManagedInstance.Builder |
ManagedInstance.Builder.location(ManagedInstanceLocation location)
The location of the managed instance.
|
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.location(ManagedInstanceLocation location)
The location of managed instances attached to the lifecycle environment.
|
CreateManagedInstanceGroupDetails.Builder |
CreateManagedInstanceGroupDetails.Builder.location(ManagedInstanceLocation location)
The location of managed instances attached to the group.
|
LifecycleEnvironment.Builder |
LifecycleEnvironment.Builder.location(ManagedInstanceLocation location)
The location of managed instances attached to the lifecycle environment.
|
ManagedInstanceSummary.Builder |
ManagedInstanceSummary.Builder.location(ManagedInstanceLocation location)
The location of the managed instance.
|
ManagedInstanceGroupSummary.Builder |
ManagedInstanceGroupSummary.Builder.location(ManagedInstanceLocation location)
The location of managed instances attached to the group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.location(ManagedInstanceLocation location)
The location of managed instances attached to the group.
|
LifecycleStage.Builder |
LifecycleStage.Builder.location(ManagedInstanceLocation location)
The location of managed instances associated with the lifecycle stage.
|
LifecycleEnvironmentSummary.Builder |
LifecycleEnvironmentSummary.Builder.location(ManagedInstanceLocation location)
The location of managed instances attached to the lifecycle environment.
|
LifecycleStageSummary.Builder |
LifecycleStageSummary.Builder.location(ManagedInstanceLocation location)
The location of managed instances associated with the lifecycle stage.
|
Modifier and Type | Method and Description |
---|---|
ScheduledJobSummary.Builder |
ScheduledJobSummary.Builder.locations(List<ManagedInstanceLocation> locations)
The list of locations this scheduled job should operate on for a job targeting on
compartments.
|
CreateScheduledJobDetails.Builder |
CreateScheduledJobDetails.Builder.locations(List<ManagedInstanceLocation> locations)
The list of locations this scheduled job should operate on for a job targeting on
compartments.
|
ScheduledJob.Builder |
ScheduledJob.Builder.locations(List<ManagedInstanceLocation> locations)
The list of locations this scheduled job should operate on for a job targeting on
compartments.
|
Constructor and Description |
---|
CreateLifecycleEnvironmentDetails(String compartmentId,
String displayName,
String description,
List<CreateLifecycleStageDetails> stages,
ArchType archType,
OsFamily osFamily,
VendorName vendorName,
ManagedInstanceLocation location,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CreateManagedInstanceGroupDetails(String displayName,
String description,
String compartmentId,
OsFamily osFamily,
ArchType archType,
VendorName vendorName,
ManagedInstanceLocation location,
List<String> softwareSourceIds,
List<String> managedInstanceIds,
String notificationTopicId,
UpdatableAutonomousSettings autonomousSettings,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
LifecycleEnvironment(String id,
String compartmentId,
String displayName,
String description,
List<LifecycleStage> stages,
List<ManagedInstanceDetails> managedInstanceIds,
LifecycleEnvironment.LifecycleState lifecycleState,
OsFamily osFamily,
ArchType archType,
VendorName vendorName,
ManagedInstanceLocation location,
Date timeCreated,
Date timeModified,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
LifecycleEnvironmentSummary(String id,
String compartmentId,
String displayName,
String description,
List<LifecycleStageSummary> stages,
LifecycleEnvironment.LifecycleState lifecycleState,
ArchType archType,
OsFamily osFamily,
VendorName vendorName,
ManagedInstanceLocation location,
Date timeCreated,
Date timeModified,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
LifecycleStage(String id,
String compartmentId,
String displayName,
String lifecycleEnvironmentId,
Integer rank,
OsFamily osFamily,
ArchType archType,
VendorName vendorName,
List<ManagedInstanceDetails> managedInstanceIds,
ManagedInstanceLocation location,
SoftwareSourceDetails softwareSourceId,
Date timeCreated,
Date timeModified,
LifecycleStage.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
LifecycleStageSummary(String id,
String compartmentId,
String displayName,
String lifecycleEnvironmentId,
String lifecycleEnvironmentDisplayName,
Integer rank,
OsFamily osFamily,
ArchType archType,
VendorName vendorName,
Integer managedInstances,
ManagedInstanceLocation location,
SoftwareSourceDetails softwareSourceId,
Date timeCreated,
Date timeModified,
LifecycleStage.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ManagedInstance(String id,
String displayName,
String description,
String tenancyId,
String compartmentId,
ManagedInstanceLocation location,
Date timeLastCheckin,
Date timeLastBoot,
String osName,
String osVersion,
String osKernelVersion,
String kspliceEffectiveKernelVersion,
ArchType architecture,
OsFamily osFamily,
ManagedInstanceStatus status,
String profile,
Boolean isManagementStation,
String primaryManagementStationId,
String secondaryManagementStationId,
List<SoftwareSourceDetails> softwareSources,
Id managedInstanceGroup,
Id lifecycleEnvironment,
Id lifecycleStage,
Boolean isRebootRequired,
Integer installedPackages,
Integer installedWindowsUpdates,
Integer updatesAvailable,
Integer securityUpdatesAvailable,
Integer bugUpdatesAvailable,
Integer enhancementUpdatesAvailable,
Integer otherUpdatesAvailable,
Integer scheduledJobCount,
Integer workRequestCount,
Date timeCreated,
Date timeUpdated,
String notificationTopicId,
AutonomousSettings autonomousSettings,
Boolean isManagedByAutonomousLinux)
Deprecated.
|
ManagedInstanceGroup(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
Date timeModified,
ManagedInstanceGroup.LifecycleState lifecycleState,
OsFamily osFamily,
ArchType archType,
VendorName vendorName,
List<SoftwareSourceDetails> softwareSourceIds,
List<SoftwareSourceDetails> softwareSources,
List<String> managedInstanceIds,
Integer managedInstanceCount,
ManagedInstanceLocation location,
Integer pendingJobCount,
String notificationTopicId,
AutonomousSettings autonomousSettings,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ManagedInstanceGroupSummary(String id,
String compartmentId,
String displayName,
String description,
Integer managedInstanceCount,
ManagedInstanceLocation location,
Date timeCreated,
Date timeModified,
ManagedInstanceGroup.LifecycleState lifecycleState,
OsFamily osFamily,
ArchType archType,
VendorName vendorName,
String notificationTopicId,
AutonomousSettings autonomousSettings,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ManagedInstanceSummary(String id,
String displayName,
String description,
String tenancyId,
String compartmentId,
ManagedInstanceLocation location,
ArchType architecture,
OsFamily osFamily,
ManagedInstanceStatus status,
Id managedInstanceGroup,
Id lifecycleEnvironment,
Id lifecycleStage,
Boolean isRebootRequired,
Integer updatesAvailable,
Boolean isManagementStation,
String notificationTopicId,
AutonomousSettings autonomousSettings,
Boolean isManagedByAutonomousLinux)
Deprecated.
|
Constructor and Description |
---|
CreateScheduledJobDetails(String compartmentId,
String displayName,
String description,
ScheduleTypes scheduleType,
List<ManagedInstanceLocation> locations,
Date timeNextExecution,
String recurringRule,
List<String> managedInstanceIds,
List<String> managedInstanceGroupIds,
List<String> managedCompartmentIds,
List<String> lifecycleStageIds,
Boolean isSubcompartmentIncluded,
List<ScheduledJobOperation> operations,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Integer> retryIntervals,
Boolean isManagedByAutonomousLinux)
Deprecated.
|
ScheduledJob(String id,
String displayName,
String compartmentId,
String description,
ScheduleTypes scheduleType,
List<ManagedInstanceLocation> locations,
Date timeNextExecution,
Date timeLastExecution,
String recurringRule,
List<String> managedInstanceIds,
List<String> managedInstanceGroupIds,
List<String> managedCompartmentIds,
List<String> lifecycleStageIds,
Boolean isSubcompartmentIncluded,
List<ScheduledJobOperation> operations,
List<String> workRequestIds,
Date timeCreated,
Date timeUpdated,
ScheduledJob.LifecycleState lifecycleState,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Boolean isRestricted,
List<Integer> retryIntervals)
Deprecated.
|
ScheduledJobSummary(String id,
String displayName,
String compartmentId,
ScheduleTypes scheduleType,
List<ManagedInstanceLocation> locations,
Date timeCreated,
Date timeUpdated,
Date timeNextExecution,
Date timeLastExecution,
List<String> managedInstanceIds,
List<String> managedInstanceGroupIds,
List<String> managedCompartmentIds,
List<String> lifecycleStageIds,
List<ScheduledJobOperation> operations,
ScheduledJob.LifecycleState lifecycleState,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Boolean isRestricted,
List<Integer> retryIntervals)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedInstanceLocation> |
SummarizeManagedInstanceAnalyticsRequest.getLocation()
A filter to return only resources whose location matches the given value.
|
List<ManagedInstanceLocation> |
ListLifecycleStagesRequest.getLocation()
A filter to return only resources whose location matches the given value.
|
List<ManagedInstanceLocation> |
ListLifecycleEnvironmentsRequest.getLocation()
A filter to return only resources whose location matches the given value.
|
List<ManagedInstanceLocation> |
ListManagedInstancesRequest.getLocation()
A filter to return only resources whose location matches the given value.
|
List<ManagedInstanceLocation> |
ListScheduledJobsRequest.getLocation()
A filter to return only resources whose location matches the given value.
|
List<ManagedInstanceLocation> |
ListManagedInstanceGroupsRequest.getLocation()
A filter to return only resources whose location matches the given value.
|
List<ManagedInstanceLocation> |
GetManagedInstanceAnalyticContentRequest.getLocation()
A filter to return only resources whose location matches the given value.
|
List<ManagedInstanceLocation> |
SummarizeManagedInstanceAnalyticsRequest.getLocationNotEqualTo()
A filter to return only resources whose location does not match the given value.
|
List<ManagedInstanceLocation> |
ListLifecycleStagesRequest.getLocationNotEqualTo()
A filter to return only resources whose location does not match the given value.
|
List<ManagedInstanceLocation> |
ListLifecycleEnvironmentsRequest.getLocationNotEqualTo()
A filter to return only resources whose location does not match the given value.
|
List<ManagedInstanceLocation> |
ListManagedInstancesRequest.getLocationNotEqualTo()
A filter to return only resources whose location does not match the given value.
|
List<ManagedInstanceLocation> |
ListScheduledJobsRequest.getLocationNotEqualTo()
A filter to return only resources whose location does not match the given value.
|
List<ManagedInstanceLocation> |
ListManagedInstanceGroupsRequest.getLocationNotEqualTo()
A filter to return only resources whose location does not match the given value.
|
List<ManagedInstanceLocation> |
GetManagedInstanceAnalyticContentRequest.getLocationNotEqualTo()
A filter to return only resources whose location does not match the given value.
|
Modifier and Type | Method and Description |
---|---|
SummarizeManagedInstanceAnalyticsRequest.Builder |
SummarizeManagedInstanceAnalyticsRequest.Builder.location(ManagedInstanceLocation singularValue)
Singular setter.
|
ListLifecycleStagesRequest.Builder |
ListLifecycleStagesRequest.Builder.location(ManagedInstanceLocation singularValue)
Singular setter.
|
ListLifecycleEnvironmentsRequest.Builder |
ListLifecycleEnvironmentsRequest.Builder.location(ManagedInstanceLocation singularValue)
Singular setter.
|
ListManagedInstancesRequest.Builder |
ListManagedInstancesRequest.Builder.location(ManagedInstanceLocation singularValue)
Singular setter.
|
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.location(ManagedInstanceLocation singularValue)
Singular setter.
|
ListManagedInstanceGroupsRequest.Builder |
ListManagedInstanceGroupsRequest.Builder.location(ManagedInstanceLocation singularValue)
Singular setter.
|
GetManagedInstanceAnalyticContentRequest.Builder |
GetManagedInstanceAnalyticContentRequest.Builder.location(ManagedInstanceLocation singularValue)
Singular setter.
|
SummarizeManagedInstanceAnalyticsRequest.Builder |
SummarizeManagedInstanceAnalyticsRequest.Builder.locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.
|
ListLifecycleStagesRequest.Builder |
ListLifecycleStagesRequest.Builder.locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.
|
ListLifecycleEnvironmentsRequest.Builder |
ListLifecycleEnvironmentsRequest.Builder.locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.
|
ListManagedInstancesRequest.Builder |
ListManagedInstancesRequest.Builder.locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.
|
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.
|
ListManagedInstanceGroupsRequest.Builder |
ListManagedInstanceGroupsRequest.Builder.locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.
|
GetManagedInstanceAnalyticContentRequest.Builder |
GetManagedInstanceAnalyticContentRequest.Builder.locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
SummarizeManagedInstanceAnalyticsRequest.Builder |
SummarizeManagedInstanceAnalyticsRequest.Builder.location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.
|
ListLifecycleStagesRequest.Builder |
ListLifecycleStagesRequest.Builder.location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.
|
ListLifecycleEnvironmentsRequest.Builder |
ListLifecycleEnvironmentsRequest.Builder.location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.
|
ListManagedInstancesRequest.Builder |
ListManagedInstancesRequest.Builder.location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.
|
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.
|
ListManagedInstanceGroupsRequest.Builder |
ListManagedInstanceGroupsRequest.Builder.location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.
|
GetManagedInstanceAnalyticContentRequest.Builder |
GetManagedInstanceAnalyticContentRequest.Builder.location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.
|
SummarizeManagedInstanceAnalyticsRequest.Builder |
SummarizeManagedInstanceAnalyticsRequest.Builder.locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.
|
ListLifecycleStagesRequest.Builder |
ListLifecycleStagesRequest.Builder.locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.
|
ListLifecycleEnvironmentsRequest.Builder |
ListLifecycleEnvironmentsRequest.Builder.locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.
|
ListManagedInstancesRequest.Builder |
ListManagedInstancesRequest.Builder.locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.
|
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.
|
ListManagedInstanceGroupsRequest.Builder |
ListManagedInstanceGroupsRequest.Builder.locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.
|
GetManagedInstanceAnalyticContentRequest.Builder |
GetManagedInstanceAnalyticContentRequest.Builder.locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.
|
Copyright © 2016–2024. All rights reserved.