Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagedInstanceLocation
-
Packages that use ManagedInstanceLocation Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ManagedInstanceLocation in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagedInstanceLocation Modifier and Type Method Description static ManagedInstanceLocation
ManagedInstanceLocation. create(String key)
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
LifecycleEnvironmentSummary. getLocation()
The location of managed instances attached to the lifecycle environment.ManagedInstanceLocation
LifecycleStage. getLocation()
The location of managed instances associated with the lifecycle stage.ManagedInstanceLocation
LifecycleStageSummary. getLocation()
The location of managed instances associated with the lifecycle stage.ManagedInstanceLocation
ManagedInstance. getLocation()
The location of the managed instance.ManagedInstanceLocation
ManagedInstanceGroup. getLocation()
The location of managed instances attached to the group.ManagedInstanceLocation
ManagedInstanceGroupSummary. getLocation()
The location of managed instances attached to the group.ManagedInstanceLocation
ManagedInstanceSummary. getLocation()
The location of the managed instance.ManagedInstanceLocation
ManagementStation. getLocation()
The location of the instance that is acting as the management station.ManagedInstanceLocation
ManagementStationSummary. getLocation()
The location of the instance that is acting as the management station.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.Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ManagedInstanceLocation Modifier and Type Method Description 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.List<ManagedInstanceLocation>
ScheduledJobSummary. getLocations()
The list of locations this scheduled job should operate on for a job targeting on compartments.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ManagedInstanceLocation Modifier and Type Method Description 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.LifecycleEnvironmentSummary.Builder
LifecycleEnvironmentSummary.Builder. location(ManagedInstanceLocation location)
The location of managed instances attached to the lifecycle environment.LifecycleStage.Builder
LifecycleStage.Builder. location(ManagedInstanceLocation location)
The location of managed instances associated with the lifecycle stage.LifecycleStageSummary.Builder
LifecycleStageSummary.Builder. location(ManagedInstanceLocation location)
The location of managed instances associated with the lifecycle stage.ManagedInstance.Builder
ManagedInstance.Builder. location(ManagedInstanceLocation location)
The location of the managed instance.ManagedInstanceGroup.Builder
ManagedInstanceGroup.Builder. location(ManagedInstanceLocation location)
The location of managed instances attached to the group.ManagedInstanceGroupSummary.Builder
ManagedInstanceGroupSummary.Builder. location(ManagedInstanceLocation location)
The location of managed instances attached to the group.ManagedInstanceSummary.Builder
ManagedInstanceSummary.Builder. location(ManagedInstanceLocation location)
The location of the managed instance.ManagementStation.Builder
ManagementStation.Builder. location(ManagedInstanceLocation location)
The location of the instance that is acting as the management station.ManagementStationSummary.Builder
ManagementStationSummary.Builder. location(ManagedInstanceLocation location)
The location of the instance that is acting as the management station.Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceLocation Modifier and Type Method Description 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.ScheduledJobSummary.Builder
ScheduledJobSummary.Builder. locations(List<ManagedInstanceLocation> locations)
The list of locations this scheduled job should operate on for a job targeting on compartments.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type ManagedInstanceLocation Constructor 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, String profileVersion, 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, String agentVersion)
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, String agentVersion)
Deprecated.ManagementStation(String id, String managedInstanceId, String compartmentId, String scheduledJobId, String profileId, String displayName, String description, String hostname, OverallState overallState, Integer overallPercentage, Integer mirrorCapacity, Integer totalMirrors, MirrorSyncStatus mirrorSyncStatus, ProxyConfiguration proxy, MirrorConfiguration mirror, StationHealth health, ManagementStation.LifecycleState lifecycleState, Boolean isAutoConfigEnabled, List<PeerManagementStation> peerManagementStations, ManagedInstanceLocation location, Long mirrorStorageAvailableSize, Long mirrorStorageSize, Long mirrorSize, Integer mirrorUniquePackageCount, Integer mirrorPackageCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ManagementStationSummary(String id, String managedInstanceId, String compartmentId, String profileId, String scheduledJobId, Date timeNextExecution, String displayName, String description, String hostname, OverallState overallState, HealthState healthState, Integer overallPercentage, Integer mirrorCapacity, ManagementStation.LifecycleState lifecycleState, ManagedInstanceLocation location, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceLocation Constructor 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, String workRequestId)
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, String workRequestId)
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, String workRequestId)
Deprecated. -
Uses of ManagedInstanceLocation in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type ManagedInstanceLocation Modifier and Type Method Description List<ManagedInstanceLocation>
GetManagedInstanceAnalyticContentRequest. 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>
ListLifecycleStagesRequest. 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>
ListManagedInstancesRequest. getLocation()
A filter to return only resources whose location matches the given value.List<ManagedInstanceLocation>
ListManagementStationsRequest. 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>
SummarizeManagedInstanceAnalyticsRequest. getLocation()
A filter to return only resources whose location matches the given value.List<ManagedInstanceLocation>
GetManagedInstanceAnalyticContentRequest. 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>
ListLifecycleStagesRequest. 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>
ListManagedInstancesRequest. getLocationNotEqualTo()
A filter to return only resources whose location does not match the given value.List<ManagedInstanceLocation>
ListManagementStationsRequest. 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>
SummarizeManagedInstanceAnalyticsRequest. getLocationNotEqualTo()
A filter to return only resources whose location does not match the given value.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ManagedInstanceLocation Modifier and Type Method Description GetManagedInstanceAnalyticContentRequest.Builder
GetManagedInstanceAnalyticContentRequest.Builder. location(ManagedInstanceLocation singularValue)
Singular setter.ListLifecycleEnvironmentsRequest.Builder
ListLifecycleEnvironmentsRequest.Builder. location(ManagedInstanceLocation singularValue)
Singular setter.ListLifecycleStagesRequest.Builder
ListLifecycleStagesRequest.Builder. location(ManagedInstanceLocation singularValue)
Singular setter.ListManagedInstanceGroupsRequest.Builder
ListManagedInstanceGroupsRequest.Builder. location(ManagedInstanceLocation singularValue)
Singular setter.ListManagedInstancesRequest.Builder
ListManagedInstancesRequest.Builder. location(ManagedInstanceLocation singularValue)
Singular setter.ListManagementStationsRequest.Builder
ListManagementStationsRequest.Builder. location(ManagedInstanceLocation singularValue)
Singular setter.ListScheduledJobsRequest.Builder
ListScheduledJobsRequest.Builder. location(ManagedInstanceLocation singularValue)
Singular setter.SummarizeManagedInstanceAnalyticsRequest.Builder
SummarizeManagedInstanceAnalyticsRequest.Builder. location(ManagedInstanceLocation singularValue)
Singular setter.GetManagedInstanceAnalyticContentRequest.Builder
GetManagedInstanceAnalyticContentRequest.Builder. locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.ListLifecycleEnvironmentsRequest.Builder
ListLifecycleEnvironmentsRequest.Builder. locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.ListLifecycleStagesRequest.Builder
ListLifecycleStagesRequest.Builder. locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.ListManagedInstanceGroupsRequest.Builder
ListManagedInstanceGroupsRequest.Builder. locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.ListManagedInstancesRequest.Builder
ListManagedInstancesRequest.Builder. locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.ListManagementStationsRequest.Builder
ListManagementStationsRequest.Builder. locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.ListScheduledJobsRequest.Builder
ListScheduledJobsRequest.Builder. locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.SummarizeManagedInstanceAnalyticsRequest.Builder
SummarizeManagedInstanceAnalyticsRequest.Builder. locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type ManagedInstanceLocation Modifier and Type Method Description GetManagedInstanceAnalyticContentRequest.Builder
GetManagedInstanceAnalyticContentRequest.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.ListLifecycleStagesRequest.Builder
ListLifecycleStagesRequest.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.ListManagedInstancesRequest.Builder
ListManagedInstancesRequest.Builder. location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.ListManagementStationsRequest.Builder
ListManagementStationsRequest.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.SummarizeManagedInstanceAnalyticsRequest.Builder
SummarizeManagedInstanceAnalyticsRequest.Builder. location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches 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.ListLifecycleEnvironmentsRequest.Builder
ListLifecycleEnvironmentsRequest.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.ListManagedInstanceGroupsRequest.Builder
ListManagedInstanceGroupsRequest.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.ListManagementStationsRequest.Builder
ListManagementStationsRequest.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.SummarizeManagedInstanceAnalyticsRequest.Builder
SummarizeManagedInstanceAnalyticsRequest.Builder. locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.
-