Class RegisterInstanceRequest

    • Method Detail

      • stackId

        public final String stackId()

        The ID of the stack that the instance is to be registered with.

        Returns:
        The ID of the stack that the instance is to be registered with.
      • hostname

        public final String hostname()

        The instance's hostname.

        Returns:
        The instance's hostname.
      • publicIp

        public final String publicIp()

        The instance's public IP address.

        Returns:
        The instance's public IP address.
      • privateIp

        public final String privateIp()

        The instance's private IP address.

        Returns:
        The instance's private IP address.
      • rsaPublicKey

        public final String rsaPublicKey()

        The instances public RSA key. This key is used to encrypt communication between the instance and the service.

        Returns:
        The instances public RSA key. This key is used to encrypt communication between the instance and the service.
      • rsaPublicKeyFingerprint

        public final String rsaPublicKeyFingerprint()

        The instances public RSA key fingerprint.

        Returns:
        The instances public RSA key fingerprint.
      • instanceIdentity

        public final InstanceIdentity instanceIdentity()

        An InstanceIdentity object that contains the instance's identity.

        Returns:
        An InstanceIdentity object that contains the instance's identity.
      • 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