Package com.oracle.bmc.ocvp.model
Class CreateManagementApplianceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.ocvp.model.CreateManagementApplianceDetails.Builder
-
- Enclosing class:
- CreateManagementApplianceDetails
public static class CreateManagementApplianceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
sddcId
public CreateManagementApplianceDetails.Builder sddcId(String sddcId)
The OCID of SDDC in OCI, that this appliance is going to be registered in.- Parameters:
sddcId- the value to set- Returns:
- this builder
-
displayName
public CreateManagementApplianceDetails.Builder displayName(String displayName)
A descriptive name for the management appliance.It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
configuration
public CreateManagementApplianceDetails.Builder configuration(ManagementApplianceConfiguration configuration)
-
connections
public CreateManagementApplianceDetails.Builder connections(List<ManagementApplianceConnection> connections)
Array of connections for management appliance.- Parameters:
connections- the value to set- Returns:
- this builder
-
publicSshKeys
public CreateManagementApplianceDetails.Builder publicSshKeys(String publicSshKeys)
One or more public SSH keys to be included in ~/.ssh/authorized_keys file for Management Appliance compute instance.Several public SSH keys must be separate by newline character.
- Parameters:
publicSshKeys- the value to set- Returns:
- this builder
-
freeformTags
public CreateManagementApplianceDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public CreateManagementApplianceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
build
public CreateManagementApplianceDetails build()
-
copy
public CreateManagementApplianceDetails.Builder copy(CreateManagementApplianceDetails model)
-
-