Uses of Class
com.oracle.bmc.osmanagementhub.model.CreateSoftwareSourceDetails
-
Packages that use CreateSoftwareSourceDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of CreateSoftwareSourceDetails in com.oracle.bmc.osmanagementhub.model
Subclasses of CreateSoftwareSourceDetails in com.oracle.bmc.osmanagementhub.model Modifier and Type Class Description class
CreateCustomSoftwareSourceDetails
Provides the information used to create a custom software source.class
CreatePrivateSoftwareSourceDetails
Provides the information used to create a private software source.class
CreateThirdPartySoftwareSourceDetails
Provides the information used to create a third-party software source.class
CreateVendorSoftwareSourceDetails
Provides the information used to replicated a vendor software source into another compartment (other than root).class
CreateVersionedCustomSoftwareSourceDetails
Provides the information used to create a versioned custom software source. -
Uses of CreateSoftwareSourceDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return CreateSoftwareSourceDetails Modifier and Type Method Description CreateSoftwareSourceDetails
CreateSoftwareSourceRequest. getBody$()
Alternative accessor for the body parameter.CreateSoftwareSourceDetails
CreateSoftwareSourceRequest. getCreateSoftwareSourceDetails()
Details for the new software source.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type CreateSoftwareSourceDetails Modifier and Type Method Description CreateSoftwareSourceRequest.Builder
CreateSoftwareSourceRequest.Builder. body$(CreateSoftwareSourceDetails body)
Alternative setter for the body parameter.CreateSoftwareSourceRequest.Builder
CreateSoftwareSourceRequest.Builder. createSoftwareSourceDetails(CreateSoftwareSourceDetails createSoftwareSourceDetails)
Details for the new software source.
-