Class OlvmInitialization


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20220919")
    public final class OlvmInitialization
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Type representing initialization configuration of a virtual machine.
    Note: Objects should always be created or deserialized using the OlvmInitialization.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the OlvmInitialization.Builder, which maintain a set of all explicitly set fields called OlvmInitialization.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getActiveDirectoryOu

        public String getActiveDirectoryOu()
        Active Directory Organizational Unit.
        Returns:
        the value
      • getCloudInitNetworkProtocol

        public OlvmInitialization.CloudInitNetworkProtocol getCloudInitNetworkProtocol()
        Defines the values for the cloud-init protocol.

        This protocol decides how the cloud-init network parameters are formatted before being passed to the virtual machine in order to be processed by cloud-init.

        Returns:
        the value
      • getCustomScript

        public String getCustomScript()
        Custom script that will be run when the VM starts.
        Returns:
        the value
      • getDnsSearch

        public String getDnsSearch()
        DNS Search of the virtual machine.
        Returns:
        the value
      • getDnsServers

        public String getDnsServers()
        DNS Servers of the virtual machine.
        Returns:
        the value
      • getDomain

        public String getDomain()
        Domain of the virtual machine.
        Returns:
        the value
      • getHostName

        public String getHostName()
        Host name of the virtual machine.
        Returns:
        the value
      • getInputLocale

        public String getInputLocale()
        Input locale of the virtual machine.
        Returns:
        the value
      • getNicConfigurations

        public List<OlvmNicConfiguration> getNicConfigurations()
        The configuration of a virtual network interface.
        Returns:
        the value
      • getOrgName

        public String getOrgName()
        Organization name.
        Returns:
        the value
      • getIsRegenerateIds

        public Boolean getIsRegenerateIds()
        Indicates if new IDs should be regenerated.
        Returns:
        the value
      • getIsRegenerateSshKeys

        public Boolean getIsRegenerateSshKeys()
        Indicates if new SSH Keys should be regenerated.
        Returns:
        the value
      • getSystemLocale

        public String getSystemLocale()
        System locale of the virtual machine.
        Returns:
        the value
      • getTimezone

        public String getTimezone()
        Timezone of the virtual machine.
        Returns:
        the value
      • getUiLanguage

        public String getUiLanguage()
        UI Language of the virtual machine.
        Returns:
        the value
      • getUserLocale

        public String getUserLocale()
        User Locale of the virtual machine.
        Returns:
        the value
      • getUsername

        public String getUsername()
        User name of the virtual machine.
        Returns:
        the value
      • getWindowsLicenseKey

        public String getWindowsLicenseKey()
        Windows License Key of the virtual machine.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel