Class AttachNetworkInterfaceRequest

    • Method Detail

      • deviceIndex

        public final Integer deviceIndex()

        The index of the device for the network interface attachment.

        Returns:
        The index of the device for the network interface attachment.
      • dryRun

        public final Boolean dryRun()

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Returns:
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      • instanceId

        public final String instanceId()

        The ID of the instance.

        Returns:
        The ID of the instance.
      • networkInterfaceId

        public final String networkInterfaceId()

        The ID of the network interface.

        Returns:
        The ID of the network interface.
      • networkCardIndex

        public final Integer networkCardIndex()

        The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

        Returns:
        The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.
      • enaSrdSpecification

        public final EnaSrdSpecification enaSrdSpecification()

        Configures ENA Express for the network interface that this action attaches to the instance.

        Returns:
        Configures ENA Express for the network interface that this action attaches to the instance.
      • 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