ProfileVersion.Builder |
ProfileVersion.Builder.archType(ArchType archType) |
The architecture type.
|
static ProfileVersion.Builder |
ProfileVersion.builder() |
Create a new builder.
|
ProfileVersion.Builder |
ProfileVersion.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment that contains the registration profile.
|
ProfileVersion.Builder |
ProfileVersion.Builder.copy(ProfileVersion model) |
|
ProfileVersion.Builder |
ProfileVersion.Builder.description(String description) |
The description of the registration profile.
|
ProfileVersion.Builder |
ProfileVersion.Builder.displayName(String displayName) |
A user-friendly name for the profile.
|
ProfileVersion.Builder |
ProfileVersion.Builder.id(String id) |
The OCID of the
registration profile.
|
ProfileVersion.Builder |
ProfileVersion.Builder.isDefaultProfile(Boolean isDefaultProfile) |
Indicates if the profile is set as the default.
|
ProfileVersion.Builder |
ProfileVersion.Builder.isServiceProvidedProfile(Boolean isServiceProvidedProfile) |
Indicates if the profile was created by the service.
|
ProfileVersion.Builder |
ProfileVersion.Builder.lifecycleEnvironment(LifecycleEnvironmentDetails lifecycleEnvironment) |
|
ProfileVersion.Builder |
ProfileVersion.Builder.lifecycleStage(LifecycleStageDetails lifecycleStage) |
|
ProfileVersion.Builder |
ProfileVersion.Builder.lifecycleState(Profile.LifecycleState lifecycleState) |
The current state of the registration profile.
|
ProfileVersion.Builder |
ProfileVersion.Builder.managedInstanceGroup(ManagedInstanceGroupDetails managedInstanceGroup) |
|
ProfileVersion.Builder |
ProfileVersion.Builder.managementStationId(String managementStationId) |
The OCID of the
management station to associate with an instance once registered.
|
ProfileVersion.Builder |
ProfileVersion.Builder.osFamily(OsFamily osFamily) |
The operating system family.
|
ProfileVersion.Builder |
ProfileVersion.Builder.profileType(ProfileType profileType) |
The type of profile.
|
ProfileVersion.Builder |
ProfileVersion.Builder.profileVersion(String profileVersion) |
The version of the profile.
|
ProfileVersion.Builder |
ProfileVersion.Builder.registrationType(ProfileVersion.RegistrationType registrationType) |
The type of instance to register.
|
ProfileVersion.Builder |
ProfileVersion.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources) |
The list of software sources that the registration profile will use.
|
ProfileVersion.Builder |
ProfileVersion.Builder.timeCreated(Date timeCreated) |
The time the registration profile was created (in RFC
3339 format).
|
ProfileVersion.Builder |
ProfileVersion.Builder.timeModified(Date timeModified) |
The time the registration profile was last modified (in RFC
3339 format).
|
ProfileVersion.Builder |
ProfileVersion.toBuilder() |
|
ProfileVersion.Builder |
ProfileVersion.Builder.vendorName(VendorName vendorName) |
The vendor of the operating system for the instance.
|