Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
static VendorName |
VendorName.create(String key) |
VendorName |
SoftwareSourceVendorSummary.getName()
Name of the vendor providing the software source.
|
VendorName |
CreateStationProfileDetails.getVendorName()
The vendor of the operating system for the instance.
|
VendorName |
VendorSoftwareSource.getVendorName()
Name of the vendor providing the software source.
|
VendorName |
CreateLifecycleEnvironmentDetails.getVendorName()
The vendor of the operating system used by the managed instances in the lifecycle
environment.
|
VendorName |
Profile.getVendorName()
The vendor of the operating system for the instance.
|
VendorName |
CreateManagedInstanceGroupDetails.getVendorName()
The vendor of the operating system that will be used by the managed instances in the group.
|
VendorName |
VendorSoftwareSourceSummary.getVendorName()
Name of the vendor providing the software source.
|
VendorName |
ProfileSummary.getVendorName()
The vendor of the operating system for the instance.
|
VendorName |
LifecycleEnvironment.getVendorName()
The vendor of the operating system used by the managed instances in the lifecycle
environment.
|
VendorName |
ManagedInstanceGroupSummary.getVendorName()
The vendor of the operating system used by the managed instances in the group.
|
VendorName |
ManagedInstanceGroup.getVendorName()
The vendor of the operating system used by the managed instances in the group.
|
VendorName |
CreateSoftwareSourceProfileDetails.getVendorName()
The vendor of the operating system for the instance.
|
VendorName |
LifecycleStage.getVendorName()
The vendor of the operating system used by the managed instances in the lifecycle stage.
|
VendorName |
LifecycleEnvironmentSummary.getVendorName()
The vendor of the operating system used by the managed instances in the lifecycle
environment.
|
VendorName |
LifecycleStageSummary.getVendorName()
The vendor of the operating system used by the managed instances in the lifecycle stage.
|
static VendorName |
VendorName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VendorName[] |
VendorName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SoftwareSourceVendorSummary.Builder |
SoftwareSourceVendorSummary.Builder.name(VendorName name)
Name of the vendor providing the software source.
|
CreateStationProfileDetails.Builder |
CreateStationProfileDetails.Builder.vendorName(VendorName vendorName)
The vendor of the operating system for the instance.
|
VendorSoftwareSource.Builder |
VendorSoftwareSource.Builder.vendorName(VendorName vendorName)
Name of the vendor providing the software source.
|
StationProfile.Builder |
StationProfile.Builder.vendorName(VendorName vendorName) |
CreateLifecycleEnvironmentDetails.Builder |
CreateLifecycleEnvironmentDetails.Builder.vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle
environment.
|
SoftwareSourceProfile.Builder |
SoftwareSourceProfile.Builder.vendorName(VendorName vendorName) |
CreateManagedInstanceGroupDetails.Builder |
CreateManagedInstanceGroupDetails.Builder.vendorName(VendorName vendorName)
The vendor of the operating system that will be used by the managed instances in the
group.
|
LifecycleProfile.Builder |
LifecycleProfile.Builder.vendorName(VendorName vendorName) |
GroupProfile.Builder |
GroupProfile.Builder.vendorName(VendorName vendorName) |
VendorSoftwareSourceSummary.Builder |
VendorSoftwareSourceSummary.Builder.vendorName(VendorName vendorName)
Name of the vendor providing the software source.
|
ProfileSummary.Builder |
ProfileSummary.Builder.vendorName(VendorName vendorName)
The vendor of the operating system for the instance.
|
LifecycleEnvironment.Builder |
LifecycleEnvironment.Builder.vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle
environment.
|
ManagedInstanceGroupSummary.Builder |
ManagedInstanceGroupSummary.Builder.vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the group.
|
CreateSoftwareSourceProfileDetails.Builder |
CreateSoftwareSourceProfileDetails.Builder.vendorName(VendorName vendorName)
The vendor of the operating system for the instance.
|
LifecycleStage.Builder |
LifecycleStage.Builder.vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle stage.
|
LifecycleEnvironmentSummary.Builder |
LifecycleEnvironmentSummary.Builder.vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle
environment.
|
LifecycleStageSummary.Builder |
LifecycleStageSummary.Builder.vendorName(VendorName vendorName)
The vendor of the operating system used by the managed instances in the lifecycle stage.
|
WindowsStandaloneProfile.Builder |
WindowsStandaloneProfile.Builder.vendorName(VendorName vendorName) |
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.
|
CreateSoftwareSourceProfileDetails(String displayName,
String compartmentId,
String description,
String managementStationId,
Profile.RegistrationType registrationType,
Boolean isDefaultProfile,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
VendorName vendorName,
OsFamily osFamily,
ArchType archType,
List<String> softwareSourceIds)
Deprecated.
|
CreateStationProfileDetails(String displayName,
String compartmentId,
String description,
String managementStationId,
Profile.RegistrationType registrationType,
Boolean isDefaultProfile,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
VendorName vendorName,
OsFamily osFamily,
ArchType archType)
Deprecated.
|
GroupProfile(String id,
String compartmentId,
String displayName,
String description,
String managementStationId,
VendorName vendorName,
OsFamily osFamily,
ArchType archType,
Date timeCreated,
Profile.LifecycleState lifecycleState,
Profile.RegistrationType registrationType,
Boolean isDefaultProfile,
Boolean isServiceProvidedProfile,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ManagedInstanceGroupDetails managedInstanceGroup)
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.
|
LifecycleProfile(String id,
String compartmentId,
String displayName,
String description,
String managementStationId,
VendorName vendorName,
OsFamily osFamily,
ArchType archType,
Date timeCreated,
Profile.LifecycleState lifecycleState,
Profile.RegistrationType registrationType,
Boolean isDefaultProfile,
Boolean isServiceProvidedProfile,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
LifecycleEnvironmentDetails lifecycleEnvironment,
LifecycleStageDetails lifecycleStage)
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.
|
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.
|
Profile(String id,
String compartmentId,
String displayName,
String description,
String managementStationId,
VendorName vendorName,
OsFamily osFamily,
ArchType archType,
Date timeCreated,
Profile.LifecycleState lifecycleState,
Profile.RegistrationType registrationType,
Boolean isDefaultProfile,
Boolean isServiceProvidedProfile,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ProfileSummary(String id,
String displayName,
String description,
String compartmentId,
String managementStationId,
ProfileType profileType,
Profile.RegistrationType registrationType,
VendorName vendorName,
OsFamily osFamily,
ArchType archType,
Date timeCreated,
Profile.LifecycleState lifecycleState,
Boolean isDefaultProfile,
Boolean isServiceProvidedProfile,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
SoftwareSourceProfile(String id,
String compartmentId,
String displayName,
String description,
String managementStationId,
VendorName vendorName,
OsFamily osFamily,
ArchType archType,
Date timeCreated,
Profile.LifecycleState lifecycleState,
Profile.RegistrationType registrationType,
Boolean isDefaultProfile,
Boolean isServiceProvidedProfile,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<SoftwareSourceDetails> softwareSources)
Deprecated.
|
SoftwareSourceVendorSummary(VendorName name,
List<OsFamily> osFamilies,
List<ArchType> archTypes)
Deprecated.
|
StationProfile(String id,
String compartmentId,
String displayName,
String description,
String managementStationId,
VendorName vendorName,
OsFamily osFamily,
ArchType archType,
Date timeCreated,
Profile.LifecycleState lifecycleState,
Profile.RegistrationType registrationType,
Boolean isDefaultProfile,
Boolean isServiceProvidedProfile,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
VendorSoftwareSource(String id,
String compartmentId,
String displayName,
Date timeCreated,
String description,
Availability availability,
Availability availabilityAtOci,
String repoId,
OsFamily osFamily,
ArchType archType,
SoftwareSource.LifecycleState lifecycleState,
Long packageCount,
String url,
ChecksumType checksumType,
String gpgKeyUrl,
String gpgKeyId,
String gpgKeyFingerprint,
Double size,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
VendorName vendorName,
String originSoftwareSourceId,
Boolean isMandatoryForAutonomousLinux)
Deprecated.
|
VendorSoftwareSourceSummary(String id,
String compartmentId,
String displayName,
String repoId,
String url,
Date timeCreated,
Date timeUpdated,
String description,
Availability availability,
Availability availabilityAtOci,
OsFamily osFamily,
ArchType archType,
Long packageCount,
SoftwareSource.LifecycleState lifecycleState,
Double size,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
VendorName vendorName,
Boolean isMandatoryForAutonomousLinux)
Deprecated.
|
WindowsStandaloneProfile(String id,
String compartmentId,
String displayName,
String description,
String managementStationId,
VendorName vendorName,
OsFamily osFamily,
ArchType archType,
Date timeCreated,
Profile.LifecycleState lifecycleState,
Profile.RegistrationType registrationType,
Boolean isDefaultProfile,
Boolean isServiceProvidedProfile,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VendorName |
ListProfilesRequest.getVendorName()
A filter to return only resources that match the given vendor name.
|
VendorName |
ListSoftwareSourcesRequest.getVendorName()
A filter to return only resources that match the given vendor name.
|
VendorName |
ListEntitlementsRequest.getVendorName()
A filter to return only resources that match the given vendor name.
|
Modifier and Type | Method and Description |
---|---|
ListProfilesRequest.Builder |
ListProfilesRequest.Builder.vendorName(VendorName vendorName)
A filter to return only resources that match the given vendor name.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.vendorName(VendorName vendorName)
A filter to return only resources that match the given vendor name.
|
ListEntitlementsRequest.Builder |
ListEntitlementsRequest.Builder.vendorName(VendorName vendorName)
A filter to return only resources that match the given vendor name.
|
Copyright © 2016–2024. All rights reserved.