Class PlatformConfig

    • Constructor Detail

      • PlatformConfig

        @Deprecated
        @ConstructorProperties({"isSecureBootEnabled","isTrustedPlatformModuleEnabled","isMeasuredBootEnabled","isMemoryEncryptionEnabled"})
        protected PlatformConfig​(Boolean isSecureBootEnabled,
                                 Boolean isTrustedPlatformModuleEnabled,
                                 Boolean isMeasuredBootEnabled,
                                 Boolean isMemoryEncryptionEnabled)
        Deprecated.
    • Method Detail

      • getIsSecureBootEnabled

        public Boolean getIsSecureBootEnabled()
        Whether Secure Boot is enabled on the instance.
        Returns:
        the value
      • getIsTrustedPlatformModuleEnabled

        public Boolean getIsTrustedPlatformModuleEnabled()
        Whether the Trusted Platform Module (TPM) is enabled on the instance.
        Returns:
        the value
      • getIsMeasuredBootEnabled

        public Boolean getIsMeasuredBootEnabled()
        Whether the Measured Boot feature is enabled on the instance.
        Returns:
        the value
      • getIsMemoryEncryptionEnabled

        public Boolean getIsMemoryEncryptionEnabled()
        Whether the instance is a confidential instance.

        If this value is true, the instance is a confidential instance. The default value is false.

        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