ProfileSummary.Builder |
ProfileSummary.Builder.archType(ArchType archType) |
The architecture type.
|
static ProfileSummary.Builder |
ProfileSummary.builder() |
Create a new builder.
|
ProfileSummary.Builder |
ProfileSummary.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment that contains the registration profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.copy(ProfileSummary model) |
|
ProfileSummary.Builder |
ProfileSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
ProfileSummary.Builder |
ProfileSummary.Builder.description(String description) |
User-specified description of the registration profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.displayName(String displayName) |
A user-friendly name for the profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
ProfileSummary.Builder |
ProfileSummary.Builder.id(String id) |
The OCID of the
registration profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.isDefaultProfile(Boolean isDefaultProfile) |
Indicates if the profile is set as the default.
|
ProfileSummary.Builder |
ProfileSummary.Builder.isServiceProvidedProfile(Boolean isServiceProvidedProfile) |
Indicates if the profile was created by the service.
|
ProfileSummary.Builder |
ProfileSummary.Builder.lifecycleState(Profile.LifecycleState lifecycleState) |
The current state of the registration profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.managementStationId(String managementStationId) |
The OCID of the
management station to associate with an instance once registered.
|
ProfileSummary.Builder |
ProfileSummary.Builder.osFamily(OsFamily osFamily) |
The operating system family.
|
ProfileSummary.Builder |
ProfileSummary.Builder.profileType(ProfileType profileType) |
The type of registration profile.
|
ProfileSummary.Builder |
ProfileSummary.Builder.registrationType(Profile.RegistrationType registrationType) |
The type of instance to register.
|
ProfileSummary.Builder |
ProfileSummary.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
System tags for this resource.
|
ProfileSummary.Builder |
ProfileSummary.Builder.timeCreated(Date timeCreated) |
The time the registration profile was created (in RFC
3339 format).
|
ProfileSummary.Builder |
ProfileSummary.toBuilder() |
|
ProfileSummary.Builder |
ProfileSummary.Builder.vendorName(VendorName vendorName) |
The vendor of the operating system for the instance.
|