Class CreateDedicatedVmHostDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • availabilityDomain

        public CreateDedicatedVmHostDetails.Builder availabilityDomain​(String availabilityDomain)
        The availability domain of the dedicated virtual machine host.

        Example: Uocm:PHX-AD-1

        Parameters:
        availabilityDomain - the value to set
        Returns:
        this builder
      • dedicatedVmHostShape

        public CreateDedicatedVmHostDetails.Builder dedicatedVmHostShape​(String dedicatedVmHostShape)
        The dedicated virtual machine host shape.

        The shape determines the number of CPUs and other resources available for VM instances launched on the dedicated virtual machine host.

        Parameters:
        dedicatedVmHostShape - the value to set
        Returns:
        this builder
      • displayName

        public CreateDedicatedVmHostDetails.Builder displayName​(String displayName)
        A user-friendly name.

        Does not have to be unique, and it’s changeable. Avoid entering confidential information.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • faultDomain

        public CreateDedicatedVmHostDetails.Builder faultDomain​(String faultDomain)
        The fault domain for the dedicated virtual machine host’s assigned instances.

        For more information, see Fault Domains. If you do not specify the fault domain, the system selects one for you. To change the fault domain for a dedicated virtual machine host, delete it and create a new dedicated virtual machine host in the preferred fault domain.

        To get a list of fault domains, use the ListFaultDomains operation in the [Identity and Access Management Service API](https://docs.oracle.com/iaas/api/#/en/identity/20160918/).

        Example: FAULT-DOMAIN-1

        Parameters:
        faultDomain - the value to set
        Returns:
        this builder
      • freeformTags

        public CreateDedicatedVmHostDetails.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
      • capacityConfig

        public CreateDedicatedVmHostDetails.Builder capacityConfig​(String capacityConfig)
        The capacity configuration selected to be configured for the Dedicated Virtual Machine host.

        Run listDedicatedVmHostShapes API first to see the capacity configuration options.

        Parameters:
        capacityConfig - the value to set
        Returns:
        this builder
      • isMemoryEncryptionEnabled

        public CreateDedicatedVmHostDetails.Builder isMemoryEncryptionEnabled​(Boolean isMemoryEncryptionEnabled)
        Specifies if the Dedicated Virtual Machine Host (DVMH) is restricted to running only Confidential VMs.

        If true, only Confidential VMs can be launched. If false, Confidential VMs cannot be launched.

        Parameters:
        isMemoryEncryptionEnabled - the value to set
        Returns:
        this builder