Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwareSourceSubType
-
Packages that use SoftwareSourceSubType Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of SoftwareSourceSubType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwareSourceSubType Modifier and Type Method Description static SoftwareSourceSubTypeSoftwareSourceSubType. create(String key)SoftwareSourceSubTypeCreateCustomSoftwareSourceDetails. getSoftwareSourceSubType()The creation type of a software source.SoftwareSourceSubTypeCreateVersionedCustomSoftwareSourceDetails. getSoftwareSourceSubType()The creation type of a software source.SoftwareSourceSubTypeCustomSoftwareSource. getSoftwareSourceSubType()Identifies how the custom software source was created.SoftwareSourceSubTypeCustomSoftwareSourceSummary. getSoftwareSourceSubType()Identifies how the custom software source was created.SoftwareSourceSubTypeVersionedCustomSoftwareSource. getSoftwareSourceSubType()Identifies how the versioned custom software source was created.SoftwareSourceSubTypeVersionedCustomSoftwareSourceSummary. getSoftwareSourceSubType()Identifies how the versioned custom software source was created.static SoftwareSourceSubTypeSoftwareSourceSubType. valueOf(String name)Returns the enum constant of this type with the specified name.static SoftwareSourceSubType[]SoftwareSourceSubType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceSubType Modifier and Type Method Description CreateCustomSoftwareSourceDetails.BuilderCreateCustomSoftwareSourceDetails.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)The creation type of a software source.CreateVersionedCustomSoftwareSourceDetails.BuilderCreateVersionedCustomSoftwareSourceDetails.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)The creation type of a software source.CustomSoftwareSource.BuilderCustomSoftwareSource.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)Identifies how the custom software source was created.CustomSoftwareSourceSummary.BuilderCustomSoftwareSourceSummary.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)Identifies how the custom software source was created.VersionedCustomSoftwareSource.BuilderVersionedCustomSoftwareSource.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)Identifies how the versioned custom software source was created.VersionedCustomSoftwareSourceSummary.BuilderVersionedCustomSoftwareSourceSummary.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)Identifies how the versioned custom software source was created.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceSubType Constructor Description CreateCustomSoftwareSourceDetails(String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Id> vendorSoftwareSources, CustomSoftwareSourceFilter customSoftwareSourceFilter, Boolean isAutomaticallyUpdated, Boolean isAutoResolveDependencies, Boolean isCreatedFromPackageList, Boolean isLatestContentOnly, List<String> packages, SoftwareSourceSubType softwareSourceSubType)Deprecated.CreateVersionedCustomSoftwareSourceDetails(String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Id> vendorSoftwareSources, CustomSoftwareSourceFilter customSoftwareSourceFilter, String softwareSourceVersion, Boolean isAutoResolveDependencies, Boolean isCreatedFromPackageList, Boolean isLatestContentOnly, List<String> packages, SoftwareSourceSubType softwareSourceSubType)Deprecated.CustomSoftwareSource(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, List<Id> vendorSoftwareSources, CustomSoftwareSourceFilter customSoftwareSourceFilter, Boolean isAutomaticallyUpdated, Boolean isAutoResolveDependencies, Boolean isCreatedFromPackageList, Boolean isLatestContentOnly, List<String> packages, SoftwareSourceSubType softwareSourceSubType, Date timeMetadataUpdated)Deprecated.CustomSoftwareSourceSummary(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, List<Id> vendorSoftwareSources, SoftwareSourceSubType softwareSourceSubType)Deprecated.VersionedCustomSoftwareSource(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, List<Id> vendorSoftwareSources, CustomSoftwareSourceFilter customSoftwareSourceFilter, String softwareSourceVersion, Boolean isAutoResolveDependencies, Boolean isCreatedFromPackageList, Boolean isLatestContentOnly, List<String> packages, SoftwareSourceSubType softwareSourceSubType, Date timeMetadataUpdated)Deprecated.VersionedCustomSoftwareSourceSummary(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, List<Id> vendorSoftwareSources, String softwareSourceVersion, SoftwareSourceSubType softwareSourceSubType)Deprecated.
-