Class Hypervisor

    • Method Detail

      • host

        public final String host()

        The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

        Returns:
        The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
      • hypervisorArn

        public final String hypervisorArn()

        The Amazon Resource Name (ARN) of the hypervisor.

        Returns:
        The Amazon Resource Name (ARN) of the hypervisor.
      • kmsKeyArn

        public final String kmsKeyArn()

        The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.

        Returns:
        The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
      • name

        public final String name()

        The name of the hypervisor.

        Returns:
        The name of the hypervisor.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)