Class UpdateDirectorySetupRequest

    • Method Detail

      • directoryId

        public final String directoryId()

        The identifier of the directory on which you want to perform the update.

        Returns:
        The identifier of the directory on which you want to perform the update.
      • updateType

        public final UpdateType updateType()

        The type of update that needs to be performed on the directory. For example, OS.

        If the service returns an enum value that is not available in the current SDK version, updateType will return UpdateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from updateTypeAsString().

        Returns:
        The type of update that needs to be performed on the directory. For example, OS.
        See Also:
        UpdateType
      • updateTypeAsString

        public final String updateTypeAsString()

        The type of update that needs to be performed on the directory. For example, OS.

        If the service returns an enum value that is not available in the current SDK version, updateType will return UpdateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from updateTypeAsString().

        Returns:
        The type of update that needs to be performed on the directory. For example, OS.
        See Also:
        UpdateType
      • osUpdateSettings

        public final OSUpdateSettings osUpdateSettings()

        The settings for the OS update that needs to be performed on the directory.

        Returns:
        The settings for the OS update that needs to be performed on the directory.
      • createSnapshotBeforeUpdate

        public final Boolean createSnapshotBeforeUpdate()

        The boolean that specifies if a snapshot for the directory needs to be taken before updating the directory.

        Returns:
        The boolean that specifies if a snapshot for the directory needs to be taken before updating the directory.
      • 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